rossmacarthur / complexity
Calculate cognitive complexity of Rust code
☆16Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for complexity
- Defer dropping large structs to a background thread☆61Updated 2 years ago
- Rust map and set literals☆23Updated 4 years ago
- Sort Unicode strings lexicographically☆35Updated 4 months ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- A Rust library for runtime-checked linearish types☆31Updated last year
- A data serialization format as similar as possible to Rust's own syntax☆43Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆34Updated 11 months ago
- Easy-to-use optional function arguments for Rust☆46Updated 7 months ago
- Add a cute dependency declaration snippet in your crate documentation.☆42Updated 3 years ago
- Rust library for safely and explicitly parsing untrusted data☆51Updated 6 months ago
- Keep version numbers in sync with Cargo.toml☆72Updated 6 months ago
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆39Updated 2 weeks ago
- Extension of nom to trace parser☆48Updated 10 months ago
- Serde-based replacement for #[derive(Debug)]☆63Updated last month
- A framework for processing the output of a pest-generated parser☆47Updated 8 months ago
- A memory efficient syntax tree for language developers☆51Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated last month
- Macro for sealing traits and structures☆49Updated last month
- Cargo API written in Paris☆43Updated 2 weeks ago
- A utility micro-crate for using `Into` more ergonomically.☆10Updated 3 years ago
- tom: a format-preserving TOML parser in Rust☆38Updated 2 years ago
- Run your Rust CLI programs as state machines with persistence and recovery abilities☆34Updated last year
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆51Updated 4 months ago
- Rust crate for writing repetitive code easier and faster.☆43Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap