Getters and Setters for Rust.
☆382Jun 17, 2025Updated 9 months ago
Alternatives and similar repositories for getset
Users that are interested in getset are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- derive simple constructor functions for Rust structs☆572Aug 29, 2024Updated last year
- Some more derive(Trait) options☆2,085Mar 6, 2026Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- derive builder implementation for rust structs☆1,536Jan 2, 2026Updated 2 months ago
- A if/elif-like macro for Rust #[cfg] statements☆635Nov 26, 2025Updated 3 months ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆832Mar 13, 2026Updated last week
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆551Nov 4, 2025Updated 4 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆156Nov 24, 2025Updated 4 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,316Jan 7, 2026Updated 2 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,070Mar 12, 2026Updated last week
- A code coverage tool for Rust projects☆2,937Updated this week
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago
- Rust port of Google's SwissTable hash map☆2,889Mar 7, 2026Updated 2 weeks ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- Rust cache structures and easy function memoization☆1,969Mar 9, 2026Updated 2 weeks ago
- Find unused dependencies in Cargo.toml☆2,085Dec 29, 2025Updated 2 months ago
- A small rust library for adding custom derives to enums☆2,336Mar 7, 2026Updated 2 weeks ago
- A Rust proc-macro attribute parser☆1,239Jan 15, 2026Updated 2 months ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Feb 22, 2020Updated 6 years ago
- Rust crate for a convenient RAII scope guard.☆554Jul 17, 2023Updated 2 years ago
- Type erasure for async trait methods☆2,133Feb 16, 2026Updated last month
- A safe and fast multi-producer, multi-consumer channel.☆2,971Dec 22, 2025Updated 3 months ago
- A cargo subcommand for displaying when Rust dependencies are out of date☆1,382Updated this week
- derive(Error) for struct and enum error types☆5,383Updated this week
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,338Sep 26, 2025Updated 5 months ago
- Temporary file library for rust☆1,414Mar 14, 2026Updated last week
- A strict, yet friendly mocking library for Rust 2018☆224May 31, 2024Updated last year
- Compile time numbers in Rust.☆581Nov 2, 2025Updated 4 months ago
- Flexible concrete Error type built on std::Error☆6,467Feb 20, 2026Updated last month
- A set of alternative `derive` attributes for Rust☆460Sep 27, 2025Updated 5 months ago
- Empowering everyone to build asynchronous software☆854Oct 29, 2019Updated 6 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Cargo subcommand `release`: everything about releasing a rust crate.☆1,545Mar 13, 2026Updated last week
- Easily assign underlying errors into domain-specific errors while adding context☆1,859Mar 2, 2026Updated 3 weeks ago
- A lightweight version of pin-project written with declarative macros.☆274Mar 12, 2026Updated last week
- A macro to generate structures which behave like bitflags☆1,119Mar 14, 2026Updated last week
- Panic messages for humans.☆1,828Mar 5, 2026Updated 2 weeks ago
- Rust library allowing to register multiple handlers for the same signal☆840Feb 14, 2026Updated last month