global: snapshot

This commit is contained in:
nym21
2025-02-27 12:32:54 +01:00
parent 677aca7a03
commit 877f9299e1
53 changed files with 259 additions and 203 deletions

View File

@@ -0,0 +1,5 @@
mod unsafe_slice;
mod version;
pub use unsafe_slice::*;
pub use version::*;