dtolnay / efgLinks
Conditional compilation using boolean expression syntax, rather than any(), all(), not()
☆290Updated 3 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☆256Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated 2 weeks ago
- ☆244Updated 2 weeks ago
- Make trait methods callable without the trait in scope☆162Updated last month
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Type that deserializes only from one specific value☆267Updated last month
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- Define your own PhantomData☆158Updated last month
- Conditional compilation according to rustc compiler version☆389Updated last month
- Statically-checked alternatives to RefCell and RwLock☆387Updated 4 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆162Updated last month
- A library for to allow multiple return types by automatically generated enum.☆374Updated 3 weeks ago
- Procedural macro to implement Display and FromStr using common settings.☆191Updated last month
- Better reference counted strings for Rust☆140Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆271Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 5 months ago
- ☆99Updated 5 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- Versioned data-structures for Rust☆208Updated 11 months ago
- Struct fields that are made read-only accessible to other modules☆263Updated last month
- ☆205Updated 2 months ago
- Pull in every source file in a directory as a module☆181Updated 3 weeks ago
- Compile-time string formatting☆262Updated 4 months ago
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆164Updated 3 weeks ago
- Bisects rustc, either nightlies or CI artifacts☆195Updated this week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆293Updated last month
- A lightweight version of pin-project written with declarative macros.☆270Updated 3 weeks ago
- A flexible, simple to use, clone-efficient String replacement for Rust☆157Updated 2 weeks ago
- Serialize and deserialize C-like enum as underlying repr☆256Updated this week
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year