mozilla / supply-chain
Aggregated audits for Rust crates by Mozilla
☆25Updated this week
Related projects ⓘ
Alternatives and complementary repositories for supply-chain
- Ambient Authority☆19Updated last year
- Reproducible identifiers & fine-grained build dependency tracking for software artifacts.☆19Updated 3 weeks ago
- libyaml transpiled to rust by c2rust☆33Updated 7 months ago
- Checksum of a directory tree☆46Updated 2 months ago
- Provides easy-to-use Linux seccomp-bpf jailing.☆78Updated 3 months ago
- Remove Cargo.lock lockfile☆32Updated last week
- Atomic `dbg`/`eprintln`/`eprint` macros☆17Updated 9 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆44Updated this week
- Cargo dephell analyzes the third-party dependencies of a Rust workspace☆47Updated last year
- Serde serializer for generating Starlark build targets☆62Updated this week
- A tool to remove unused code from a Rust project.☆29Updated last week
- Detect possible security problems with Unicode usage according to Unicode Technical Standard #39 rules.☆14Updated last month
- Safer wrappers over ktls-sys☆58Updated last month
- Check that a crate builds without libstd☆24Updated 3 years ago
- Automatic testing of FFI bindings for Rust☆22Updated 2 weeks ago
- An async version of iterator☆37Updated 4 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆55Updated last year
- 🧬 Small OAuth crate that follows the sans-io approach 🦀☆21Updated 3 months ago
- A sandboxed local task runner for Rust☆21Updated last month
- ☆45Updated last month
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 months ago
- Find calls to panic functions in rust executables☆36Updated 3 years ago
- Structured HTTP field values parsing and serialization. Implementation of RFC 8941 https://httpwg.org/specs/rfc8941.html☆25Updated 9 months ago
- Make any value Sync but only available on its original thread☆36Updated last year
- A heckin small test generator☆30Updated last year
- Count directory entries—`ls | wc -l` but faster☆27Updated 10 months ago
- Build and verify byte-for-byte reproducible Rust packages using a Cargo-based workflow☆58Updated 3 years ago
- Convert pulldown-cmark Events back to the string they were parsed from☆43Updated 3 weeks ago
- A hash table with strong order and fast iteration; access items by key or sequence index☆28Updated last month
- Generate Markdown documentation for clap application definitions