feat(python): add in-memory mode

This commit is contained in:
JeanArhancet 2024-12-23 17:05:21 +01:00
parent b9187d57f6
commit cb69d8b0dd
4 changed files with 64 additions and 37 deletions

View file

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