init: initial commit

This commit is contained in:
2025-07-21 19:39:06 +02:00
commit 172d399d44
8 changed files with 304 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
Everything relevant is in the repo description, git history and `cargo doc`.
# Features
- `nightly`: Is required for `ptr_metadata`.
- `specialization`: Useful for certain optimizations like a bitwise copy of `[impl Copy]` while allowing cloning each item of `[impl Clone]`.
- `allocator_api`: Enables usage of <https://doc.rust-lang.org/unstable-book/library-features/allocator-api.html>.