dtolnay / efgLinks
Conditional compilation using boolean expression syntax, rather than any(), all(), not()
☆291Updated 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☆254Updated 2 weeks ago
- Type that deserializes only from one specific value☆266Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆161Updated 3 weeks ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- Procedural macro to implement Display and FromStr using common settings.☆192Updated last week
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Conditional compilation according to rustc compiler version☆388Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Bisects rustc, either nightlies or CI artifacts☆195Updated this week
- A library for to allow multiple return types by automatically generated enum.☆372Updated last week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆289Updated 2 weeks ago
- Struct fields that are made read-only accessible to other modules☆260Updated 3 weeks ago
- ☆199Updated last month
- lazy static regular expressions checked at compile time☆219Updated 3 weeks ago
- ☆238Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- Versioned data-structures for Rust☆208Updated 9 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Easy code duplicate with substitution for Rust☆250Updated last month
- A data structure to efficiently intern, cache and restore strings.☆206Updated 3 months ago
- Faster, more compact implementation of std::Cow☆369Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆261Updated 5 years ago
- Compile-time string formatting☆255Updated 2 months ago
- ☆99Updated 3 months ago
- Better reference counted strings for Rust☆139Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated 3 weeks ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year