impl using pure rust

This commit is contained in:
Noa Aarts 2025-12-10 23:33:11 +01:00
commit 9367dc0caf
Signed by: noa
GPG key ID: 1850932741EFF672
8 changed files with 605 additions and 0 deletions

16
Cargo.lock generated Normal file
View file

@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "bit-vec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
[[package]]
name = "shuffles"
version = "0.1.0"
dependencies = [
"bit-vec",
]