ctypes approach
This commit is contained in:
parent
ba07d253d2
commit
320958d888
5 changed files with 118 additions and 95 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "klamath_rs_ext"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["jan <jan@mpxd.net>"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -12,5 +12,3 @@ crate-type = ["cdylib", "rlib"]
|
|||
|
||||
[dependencies]
|
||||
byteorder = "^1"
|
||||
pyo3 = "^0"
|
||||
numpy = "^0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue