dtolnay / efgLinks
Conditional compilation using boolean expression syntax, rather than any(), all(), not()
☆292Updated 2 years ago
Alternatives and similar repositories for efg
Users that are interested in efg are comparing it to the libraries listed below
Sorting:
- Graph the number of crates that depend on your crate over time☆249Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated last week
- Type that deserializes only from one specific value☆243Updated last month
- Conditional compilation according to rustc compiler version☆366Updated last month
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆165Updated this week
- Procedural macro to implement Display and FromStr using common settings.☆187Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆238Updated last week
- ☆210Updated last month
- Utility wrapper to send non send types to other threads safely☆182Updated 2 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆156Updated last month
- Make trait methods callable without the trait in scope☆147Updated last month
- A Rust macro to determine if a type implements a logical trait expression☆258Updated 5 years ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆147Updated 2 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 3 months ago
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆156Updated last year
- Better reference counted strings for Rust☆126Updated 11 months ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated 2 years ago
- A fast, concurrent string interner☆150Updated 10 months ago
- A fast and flexible LRU map.☆185Updated 5 months ago
- Define your own PhantomData☆152Updated last month
- Cargo extension for running Criterion.rs benchmarks☆202Updated last month
- A library for to allow multiple return types by automatically generated enum.☆368Updated 3 months ago
- Compile-time string formatting☆238Updated 6 months ago
- Struct fields that are made read-only accessible to other modules☆251Updated last month
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆152Updated 10 months ago
- A thread pool for isolating blocking I/O in async programs☆358Updated 5 months ago
- Versioned data-structures for Rust☆204Updated 3 months ago
- Pull in every source file in a directory as a module☆173Updated 3 months ago
- generators☆209Updated last year