nvzqz / static-assertionsLinks
Ensure correct assumptions about constants, types, and more in Rust
☆623Updated last year
Alternatives and similar repositories for static-assertions
Users that are interested in static-assertions are comparing it to the libraries listed below
Sorting:
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆533Updated 4 months ago
- Compile time numbers in Rust.☆551Updated last month
- Rust method delegation with less boilerplate☆491Updated 2 months ago
- Generic array types in Rust☆414Updated 4 months ago
- Test harness for ui tests of compiler diagnostics☆896Updated this week
- A vector with a fixed capacity. (Rust)☆824Updated 8 months ago
- Automatic checking for semantic versioning in library crates☆635Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆337Updated 6 months ago
- A set of alternative `derive` attributes for Rust☆444Updated last year
- derive simple constructor functions for Rust structs☆559Updated 10 months ago
- Rust doesn't have exceptions☆634Updated 4 years ago
- Stackless generators on stable Rust.☆464Updated 3 years ago
- Fast floating point to string conversion☆644Updated last month
- The arena, a fast but limited type of allocator☆544Updated 10 months ago
- Just, really the littlest Vec you could need. So smol.☆699Updated 4 months ago
- Generate README.md from docstrings☆373Updated last week
- Macros for all your token pasting needs☆1,051Updated 9 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆752Updated last month
- Count lines of LLVM IR per generic function☆462Updated 5 months ago
- Experimental one-shot benchmarking/profiling harness for Rust☆617Updated 10 months ago
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- a smaller, faster and panic-free alternative to core::fmt☆370Updated last year
- Indented document literals for Rust☆717Updated 2 weeks ago
- Rust procedural macro attribute for adding test cases easily☆620Updated last year
- Conditional compilation according to rustc compiler version☆366Updated last month
- Safe cross-platform linker shenanigans☆755Updated last month
- oh heck, a case conversion library☆554Updated last year
- Easy self-referential struct generation for Rust.☆622Updated 6 months ago
- A if/elif-like macro for Rust #[cfg] statements☆601Updated last month
- Numeric traits for generic mathematics in Rust☆839Updated 3 weeks ago