impl using pure rust
This commit is contained in:
commit
9367dc0caf
8 changed files with 605 additions and 0 deletions
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "shuffles"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
name = "shuffles"
|
||||
crate-type = ["rlib"]
|
||||
|
||||
[[bin]]
|
||||
name = "shuffles"
|
||||
|
||||
[dependencies]
|
||||
bit-vec = "*"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue