rustonaut / vec1
Rust `Vec<T>` wrapper that gurantees to contain at least 1 element
☆94Updated 10 months ago
Alternatives and similar repositories for vec1:
Users that are interested in vec1 are comparing it to the libraries listed below
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- Rust macro for automatically generating default☆139Updated last year
- ☆72Updated last year
- Write doc comments from macros☆99Updated 3 years ago
- derive newtype for diesel traits☆51Updated 11 months ago
- A library for compact bit sets containing enums.☆98Updated last month
- Find out about keys that are ignored when deserializing data☆80Updated last month
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- A tiny library for chaining free functions into method call chains.☆45Updated 4 years ago
- Pull in every source file in a directory as a module☆171Updated last month
- Intended to allow taking a T from a &mut T temporarily☆78Updated 5 years ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated last month
- Macro for writing nested `if let` expressions☆165Updated last year
- Cargo subcommand for checking your documentation for broken links☆155Updated 4 months ago
- ☆107Updated last year
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆102Updated 3 months ago
- Macro for sealing traits and structures☆53Updated 4 months ago
- A lightweight attribute macro for easily writing extension trait pattern.☆63Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated last month
- ☆134Updated 9 months ago
- Create extensions for types you don't own with extension traits but without the boilerplate☆131Updated 2 years ago
- Serialization value trees☆44Updated 8 months ago
- ☆111Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆154Updated last month
- ☆124Updated 2 years ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆56Updated last month
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated 8 months ago
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆87Updated last month