mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-23 04:15:00 +00:00
feat: impl python binding
refactor: pep-0249 refactor: rust comment and requirements-dev.txt fix: name conflict
This commit is contained in:
parent
fc1f61acf9
commit
7c362b129f
16 changed files with 861 additions and 4 deletions
4
bindings/python/build.rs
Normal file
4
bindings/python/build.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
fn main() {
|
||||
pyo3_build_config::use_pyo3_cfgs();
|
||||
println!("cargo::rustc-check-cfg=cfg(allocator, values(\"default\", \"mimalloc\"))");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue