Files
dst-clone/README.md
2025-07-21 20:17:57 +02:00

8 lines
392 B
Markdown

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>.