ctypes approach

This commit is contained in:
jan 2024-12-21 13:56:51 -08:00
commit 320958d888
5 changed files with 118 additions and 95 deletions

View file

@ -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"