paritytech / cachepot
cachepot is `sccache` with extra sec, which in turn is `ccache` with cloud storage
☆172Updated 2 years ago
Alternatives and similar repositories for cachepot:
Users that are interested in cachepot are comparing it to the libraries listed below
- ☆112Updated 2 years ago
- Automatic GitHub Release Notes☆80Updated 4 years ago
- A cargo subcommand, that runs valgrind and displays its output in a helpful manner.☆143Updated this week
- 📈 GitHub Action for code coverage reporting with grcov☆106Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆124Updated 9 months ago
- Cargo subcommand for checking your documentation for broken links☆153Updated 3 months ago
- ☆109Updated last year
- An allocator that can track and limit memory usage.☆207Updated 2 years ago
- ☆73Updated 3 years ago
- 🔐 Encrypts all the Serialize.☆180Updated last year
- A Rust proc_macro_attribute to outline conversions from generic functions☆271Updated 10 months ago
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆157Updated last year
- Security-oriented protobuf-like serialization format with "Merkleized" content hashing support☆118Updated 2 years ago
- ☆203Updated 2 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆100Updated 3 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆85Updated 2 months ago
- Versioned data-structures for Rust☆203Updated last month
- The feature-rich, portable async channel library☆252Updated 2 years ago
- ☆64Updated 4 years ago
- Safer wrappers over ktls-sys☆70Updated 3 weeks ago
- X.509 parser written in pure Rust. Fast, zero-copy, safe.☆230Updated last week
- Library for scripting analyses against crates.io's database dumps☆69Updated last month
- ☆87Updated 5 months ago
- A command line tool for comparing benchmarks run by Criterion.☆241Updated 6 months ago
- Collection of utilities for writing your own dev scripts☆63Updated 2 years ago
- Small, wasm-friendly, zero-dependencies Ed25519 and X25519 implementation for Rust.☆126Updated 3 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()