/pycrust

Simple proof-of-concept Python compatible module written in Rust.

Primary LanguageRust

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