bearcove / traceyLinks
CLI tool to measure spec coverage in Rust codebases
☆64Updated this week
Alternatives and similar repositories for tracey
Users that are interested in tracey are comparing it to the libraries listed below
Sorting:
- rubicon enables a form of dynamic linking in Rust through cdylib crates and carefully-enforced invariants.☆173Updated this week
- What do we want? Fast builds. When do we want it? I'm sorry, I got distracted.☆143Updated 2 months ago
- Maps where keys are borrowed from values.☆300Updated last month
- Save/restore timestamps when building Rust code in CI (to allow fresh checkouts but taking advantage of incremental builds)☆40Updated 9 months ago
- Make your code extra-safe by voluntarily dropping privileges☆261Updated last year
- Data (de)serialization via declarative macros☆176Updated 7 months ago
- Proof of concept ranged integers in Rust.☆63Updated 2 months ago
- A salsa-infused static site generator☆155Updated this week
- (Auto)DRY for your Rust dependencies☆221Updated 10 months ago
- Rust KDL parser and derive implementation☆97Updated last year
- Type-safe, layered, light-weight, `serde`-based configuration library☆200Updated 2 months ago
- (ab)using Rust's async/await syntax to write simple state machine based coroutines☆29Updated 5 months ago
- An alternate Cargo registry using static files☆135Updated 2 months ago
- ergonomic and precise error handling built atop type-level set arithmetic☆307Updated 8 months ago
- A pure-rust protobuf compiler, designed for use with prost-build☆100Updated last month
- A Toolchain for Rust Debuginfo☆116Updated 5 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆191Updated 2 months ago
- The quickest way to override dependencies with Cargo☆76Updated this week
- A code ACL checker for Rust☆263Updated 3 weeks ago
- Effortlessly create, group, and nest arbitrary errors, and defer error handling ergonomically.☆50Updated last month
- Manuels Anforderungs-Tracing☆31Updated 3 weeks ago
- Rust microbenchmarking harness based on paired-testing methodology☆145Updated 2 months ago
- Type that deserializes only from one specific value☆267Updated 3 weeks ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆210Updated this week
- Use declarative macros as proc_macro attributes or derives☆151Updated 7 months ago
- WireGuard(R) impl in pure rust☆81Updated 2 months ago
- Use bitsized types as if they were a feature of rust.