Clone trait that is object-safe
☆750Feb 16, 2026Updated last month
Alternatives and similar repositories for dyn-clone
Users that are interested in dyn-clone are comparing it to the libraries listed below
Sorting:
- Type-erased Serialize, Serializer and Deserializer traits☆815Mar 2, 2026Updated 2 weeks ago
- Serde serializable and deserializable trait objects☆1,488Feb 9, 2026Updated last month
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- A minimal `syn` syntax tree pretty-printer☆750Feb 9, 2026Updated last month
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago
- Type erasure for async trait methods☆2,131Feb 16, 2026Updated last month
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- Fast function for printing integer primitives to a decimal string☆368Feb 2, 2026Updated last month
- Support atomic operations on Arc itself☆1,279Mar 1, 2026Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- A small rust library for adding custom derives to enums☆2,336Mar 7, 2026Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Feb 16, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- A Rust proc-macro attribute parser☆1,239Jan 15, 2026Updated 2 months ago
- A lightweight version of pin-project written with declarative macros.☆274Mar 12, 2026Updated last week
- ☆909Feb 16, 2026Updated last month
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated last month
- Compile time static maps for Rust☆2,108Mar 12, 2026Updated last week
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- Typed distributed plugin registration☆1,278Feb 19, 2026Updated last month
- Extra iterator adaptors, iterator methods, free functions, and macros.☆3,105Feb 20, 2026Updated last month
- Parser for Rust source code☆3,302Updated this week
- Compile-time type-checked builder derive☆1,150Jan 1, 2026Updated 2 months ago
- derive builder implementation for rust structs☆1,536Jan 2, 2026Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Runtime for executing procedural macros as WebAssembly☆1,474Jan 21, 2026Updated 2 months ago
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 2 months ago
- Find unused dependencies in Cargo.toml☆2,085Dec 29, 2025Updated 2 months ago
- Asynchronous streams for Rust using async & await notation☆747Dec 8, 2024Updated last year
- Flexible concrete Error type built on std::Error☆6,464Feb 20, 2026Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆830Mar 13, 2026Updated last week
- A crate for mucking around with piles of bytes☆968Jan 31, 2026Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,186Feb 8, 2026Updated last month
- Rust crate for a convenient RAII scope guard.☆554Jul 17, 2023Updated 2 years ago