feat: impl python binding

refactor: pep-0249

refactor: rust comment and requirements-dev.txt

fix: name conflict
This commit is contained in:
JeanArhancet 2024-08-06 09:21:06 +02:00
parent fc1f61acf9
commit 7c362b129f
16 changed files with 861 additions and 4 deletions

4
bindings/python/build.rs Normal file
View file

@ -0,0 +1,4 @@
fn main() {
pyo3_build_config::use_pyo3_cfgs();
println!("cargo::rustc-check-cfg=cfg(allocator, values(\"default\", \"mimalloc\"))");
}