Initial commit
This commit is contained in:
commit
fc0495b6f8
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/.idea/
|
||||||
|
Cargo.lock
|
||||||
|
target/
|
||||||
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[package]
|
||||||
|
name = "bitset-0"
|
||||||
|
edition = "2024"
|
||||||
|
version = "0.0.0"
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
rust = { nonstandard_style = "allow", unsafe_op_in_unsafe_fn = "allow"}
|
||||||
|
|
||||||
0
src/lib.rs
Normal file
0
src/lib.rs
Normal file
Loading…
Reference in New Issue
Block a user