sagebind / castawayLinks
Safe, zero-cost downcasting for limited compile-time specialization.
☆178Updated 4 months ago
Alternatives and similar repositories for castaway
Users that are interested in castaway are comparing it to the libraries listed below
Sorting:
- Make trait methods callable without the trait in scope☆161Updated 3 weeks ago
- Better reference counted strings for Rust☆139Updated last year
- 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
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Graph the number of crates that depend on your crate over time☆255Updated 3 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- ☆112Updated 3 years ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- ☆76Updated 2 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆123Updated 4 months ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆291Updated last week
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated 2 years ago
- Macro for sealing traits and structures☆60Updated last year
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated 2 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆145Updated 2 months ago
- Minimal asynchronous executor for Rust☆133Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- A library for compact bit sets containing enums.☆121Updated last month
- A fast, concurrent string interner☆162Updated last year
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Compile-time checks that an enum or match is written in sorted order☆120Updated 3 weeks ago
- Convert number to enum☆87Updated last year
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated last year
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- Define your own PhantomData☆158Updated 3 weeks ago