CodeChain-io / intertraitLinks
A library providing direct casting among trait objects implemented by a type
☆43Updated 3 years ago
Alternatives and similar repositories for intertrait
Users that are interested in intertrait are comparing it to the libraries listed below
Sorting:
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- Token tree calling convention☆82Updated 3 years ago
- Automatic cfg for Rust compiler features☆108Updated 6 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆64Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- `$crate` in procedural macros.☆78Updated last month
- #[no_std] print equivalent for Rust☆65Updated 2 weeks ago
- Spawn processes with arbitrary closures in rust☆114Updated 4 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆91Updated 3 years ago
- Safe wrapper for initializing arrays☆74Updated 3 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆52Updated 2 months ago
- Generic extensions for tapping values in Rust.☆59Updated 6 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- ☆61Updated 2 years ago
- A simple bitset container for Rust☆158Updated 5 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated this week
- ☆125Updated 3 years ago
- Mirror of Rust's allocator api for use on stable rust☆71Updated last week
- A library for generating Graphviz DOT language files for graphs.☆78Updated 8 months ago
- ☆35Updated 10 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Typed index version of Rust slice and Vec containers☆75Updated 2 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Helper macros: autoimpl, impl_scope☆68Updated 2 weeks ago