Ensure correct assumptions about constants, types, and more in Rust
☆664Nov 18, 2023Updated 2 years ago
Alternatives and similar repositories for static-assertions
Users that are interested in static-assertions are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Some more derive(Trait) options☆2,115Jun 18, 2026Updated last week
- Compile time numbers in Rust.☆584May 29, 2026Updated last month
- Macros for all your token pasting needs☆1,089Oct 6, 2024Updated last year
- Conditional compilation according to rustc compiler version☆394Updated this week
- Test harness for ui tests of compiler diagnostics☆970Updated this week
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Attribute macro to require that the compiler prove a function can't ever panic☆1,198Updated this week
- A vector with a fixed capacity. (Rust)☆873Jun 20, 2026Updated last week
- A library for to allow multiple return types by automatically generated enum.☆382Jun 15, 2026Updated 2 weeks ago
- Slotmap data structure for Rust☆1,325May 9, 2026Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,650Jun 11, 2026Updated 2 weeks ago
- Heapless, `static` friendly data structures☆1,978Jun 13, 2026Updated 2 weeks ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,348Sep 26, 2025Updated 9 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,084Mar 12, 2026Updated 3 months ago
- Runtime for executing procedural macros as WebAssembly☆1,509Updated this week
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- This crate guarantees that your application is free of panicking branches☆180May 23, 2019Updated 7 years ago
- Compile time static maps for Rust☆2,164Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆1,074Updated this week
- A fast bump allocation arena for Rust☆2,246Updated this week
- Rust crate for a convenient RAII scope guard.☆561Jul 17, 2023Updated 2 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆364May 27, 2026Updated last month
- Hypothesis-like property testing for Rust☆2,173May 27, 2026Updated last month
- Automated property based testing for Rust (with shrinking).☆2,771Apr 3, 2026Updated 2 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆692Aug 18, 2023Updated 2 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Find unused dependencies in Cargo.toml☆2,118Apr 29, 2026Updated 2 months ago
- Detects usage of unsafe Rust in a Rust crate and its dependencies.☆1,619Jun 19, 2026Updated last week
- A crate for safe and ergonomic pin-projection.☆713Jun 18, 2026Updated last week
- Slab allocator for Rust☆913Jan 31, 2026Updated 4 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,386May 2, 2026Updated last month
- Assorted immutable collection datatypes for Rust☆1,583Aug 19, 2024Updated last year
- Error management☆1,416May 2, 2020Updated 6 years ago
- Type erasure for async trait methods☆2,160Updated this week
- Cargo subcommand to provide various options useful for testing and continuous integration.☆841Jun 3, 2026Updated 3 weeks ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Statically-checked alternatives to RefCell and RwLock☆392Sep 17, 2025Updated 9 months ago
- A small rust library for adding custom derives to enums☆2,394Mar 7, 2026Updated 3 months ago
- A collection of small utilities for working with pointer types in Rust.