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☆253Updated 2 months ago
- Type that deserializes only from one specific value☆266Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago
- Define your own PhantomData☆158Updated last week
- Procedural macro to implement Display and FromStr using common settings.☆188Updated 3 months ago
- A library for to allow multiple return types by automatically generated enum.☆373Updated this week
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Utility wrapper to send non send types to other threads safely☆187Updated 7 months ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆264Updated this week
- Versioned data-structures for Rust☆208Updated 8 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆175Updated 3 months ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated 3 weeks ago
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆161Updated this week
- Struct fields that are made read-only accessible to other modules☆259Updated 3 weeks ago
- ☆233Updated 3 months ago
- Lazy formatting utility macro for rust☆129Updated last year
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Better reference counted strings for Rust☆138Updated last year
- Compile-time string formatting☆248Updated last month
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Utilities for working with impl traits in Rust.☆117Updated 9 months ago
- Serialize and deserialize C-like enum as underlying repr☆253Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆152Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last week
- lazy static regular expressions checked at compile time☆219Updated 2 weeks ago
- "A very small syn"☆211Updated 9 months ago