Eolu / const-genLinks
A crate for generating (relatively) complex compile-time constants in rust
☆32Updated 4 months ago
Alternatives and similar repositories for const-gen
Users that are interested in const-gen are comparing it to the libraries listed below
Sorting:
- Const equivalents of std functions, compile-time comparison, and parsing.☆99Updated 5 months ago
- Use winit like the async runtime you've always wanted☆51Updated last year
- A lightweight attribute macro for easily writing extension trait pattern.☆73Updated 3 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Imitate the documentation build that docs.rs would do☆52Updated 5 months ago
- Embed images in Rust documentation☆26Updated 4 years ago
- Rust crate for bitfields and bit-enums☆61Updated 2 months ago
- Serde support for the humantime crate☆34Updated last year
- Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.☆57Updated 2 weeks ago
- Rust Macro which embeds files into your executable. A fork of `rust-embed` with a focus on usage on web servers.☆28Updated last year
- struct RGB for sharing pixels between crates☆105Updated last month
- Find out about keys that are ignored when deserializing data☆85Updated last month
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆42Updated last year
- Abstract over different executors☆73Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆74Updated this week
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆42Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments