rust-marker / markerLinks
An experimental linting interface for Rust. Let's make custom lints a reality
☆147Updated last year
Alternatives and similar repositories for marker
Users that are interested in marker are comparing it to the libraries listed below
Sorting:
- Extract documentation for the feature flags from comments in Cargo.toml☆190Updated last month
- Graph the number of crates that depend on your crate over time☆254Updated this week
- A Rust code linter☆212Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆177Updated 3 months ago
- Type that deserializes only from one specific value☆266Updated last week
- Rust microbenchmarking harness based on paired-testing methodology☆144Updated 3 weeks ago
- Pull in every source file in a directory as a module☆179Updated last week
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- Convert number to enum☆87Updated last year
- A Rust macro to make enums with a subset of values of the parent☆130Updated 2 months ago
- A Cargo subcommand to build and test all feature flag combinations.☆176Updated 2 weeks ago
- An alternate Cargo registry using static files☆134Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated last week
- Mirror of Rust's allocator api for use on stable rust☆70Updated 2 months ago
- Better reference counted strings for Rust☆139Updated last year
- ☆112Updated 3 years ago
- Make trait methods callable without the trait in scope☆161Updated last week
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated 3 weeks ago
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆155Updated last year
- A cargo-companion to become a 'lean crate' (a member of The Lean Crate Initiative)☆161Updated 3 weeks ago
- Const TypeId and non-'static TypeId☆69Updated last week
- A scope for async_std and tokio to spawn non-static futures