Initial commit
This commit is contained in:
commit
5f186f7f7b
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 = "tagged-pointer-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