sagebind / castawayLinks
Safe, zero-cost downcasting for limited compile-time specialization.
☆176Updated 3 months ago
Alternatives and similar repositories for castaway
Users that are interested in castaway are comparing it to the libraries listed below
Sorting:
- 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.☆113Updated 6 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 2 weeks ago
- Make trait methods callable without the trait in scope☆161Updated last week
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Extract documentation for the feature flags from comments in Cargo.toml☆190Updated last month
- Const equivalents of std functions, compile-time comparison, and parsing.☆114Updated 3 weeks ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 3 months ago
- A scope for async_std and tokio to spawn non-static futures☆153Updated last year
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Pull in every source file in a directory as a module☆179Updated last week
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated this week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆288Updated last week
- Macro for sealing traits and structures☆59Updated 11 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆144Updated 3 weeks ago
- Define your own PhantomData☆158Updated last week
- Use declarative macros as proc_macro attributes or derives☆149Updated 5 months ago
- "A very small syn"☆212Updated 9 months ago
- Convert number to enum☆87Updated last year
- Cargo subcommand for viewing LLVM optimization remarks.☆189Updated last month
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- A Cargo subcommand to build and test all feature flag combinations.☆176Updated 2 weeks ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- A collection of small utilities for working with pointer types in Rust.☆131Updated 10 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆128Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆94Updated 9 months ago