Initial commit

This commit is contained in:
Andrew Golovashevich 2026-01-19 17:20:56 +00:00
commit 5f186f7f7b
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 = "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
View File