Initial commit

This commit is contained in:
Andrew Golovashevich 2026-01-19 21:00:53 +00:00
commit fc0495b6f8
3 changed files with 11 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/.idea/
Cargo.lock
target/

8
Cargo.toml Normal file
View 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
View File