pyo3 variant working
This commit is contained in:
parent
ad1c2f1c35
commit
ba07d253d2
6 changed files with 234 additions and 2 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue