Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 211 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 211 Bytes

pycrust

This little example based on PyO3's examples creates a Rust-based Python compatible module as a proof-of-concept

Usage

Build

make build

Test

make test