Factored into separate crate

This commit is contained in:
Dominik Werder
2024-11-07 21:19:04 +01:00
commit bdf8695df2
13 changed files with 4609 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "daqbuf-bitshuffle"
version = "0.0.3"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
[lib]
path = "src/bitshuffle.rs"
[dependencies]
libc = "0.2.92"
[build-dependencies]
cc = "1.0.67"