pyo3 variant working

This commit is contained in:
jan 2024-12-21 09:50:19 -08:00
commit ba07d253d2
6 changed files with 234 additions and 2 deletions

View file

@ -1,9 +1,16 @@
[package]
name = "rs-klamath"
name = "klamath_rs_ext"
version = "0.1.0"
authors = ["jan <jan@mpxd.net>"]
edition = "2021"
[lib]
name = "klamath_rs_ext"
crate-type = ["cdylib", "rlib"]
[dependencies]
byteorder = "^1"
#nom = "^7"
pyo3 = "^0"
numpy = "^0"