sagebind / castaway
Safe, zero-cost downcasting for limited compile-time specialization.
☆151Updated last month
Related projects ⓘ
Alternatives and complementary repositories for castaway
- Better reference counted strings for Rust☆114Updated 4 months ago
- Make trait methods callable without the trait in scope☆135Updated last week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆105Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated last week
- Threadsafe RefCell for Rust☆88Updated last year
- ☆188Updated last month
- A scope for async_std and tokio to spawn non-static futures☆122Updated 5 months ago
- "A very small syn"☆196Updated 7 months ago
- ☆123Updated 2 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆245Updated 3 weeks ago
- Oneshot Rust channel working both in and between sync and async environments☆80Updated last month
- Conditional compilation according to rustc compiler version☆334Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆131Updated 3 months ago
- A library for compact bit sets containing enums.☆93Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆216Updated last month
- A simple wrapper around filesystem operations to provide more helpful error messages.☆133Updated 3 weeks ago
- ☆65Updated 5 months ago
- Graph the number of crates that depend on your crate over time☆232Updated this week
- Macro to repeat sequentially indexed copies of a fragment of code☆137Updated last week
- Compatibility adapter between tokio and futures☆156Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆88Updated 7 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated last year
- Lazy formatting utility macro for rust☆125Updated 11 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆170Updated 6 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆137Updated last year
- Versioned data-structures for Rust☆203Updated last year
- Compile-time string formatting☆214Updated 2 months ago
- Use declarative macros as proc_macro attributes or derives☆102Updated last year