rust-lang / annotate-snippets-rsLinks
Library for snippet annotations
☆341Updated this week
Alternatives and similar repositories for annotate-snippets-rs
Users that are interested in annotate-snippets-rs are comparing it to the libraries listed below
Sorting:
- ☆497Updated this week
- Conditional compilation according to rustc compiler version☆386Updated last month
- Statically-checked alternatives to RefCell and RwLock☆380Updated last month
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Execute Rust code carefully, with extra checking along the way☆455Updated 2 months ago
- Type that deserializes only from one specific value☆266Updated 2 weeks ago
- Support crate for rustc's self-profiling feature☆373Updated 3 months ago
- List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via C…☆507Updated this week
- Count lines of LLVM IR per generic function☆478Updated 3 weeks ago
- Like Rust's std::Path, but UTF-8.☆522Updated 3 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆260Updated 3 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆291Updated 2 years ago
- Struct fields that are made read-only accessible to other modules☆259Updated last week
- A library for to allow multiple return types by automatically generated enum.☆372Updated 2 weeks ago
- Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros☆432Updated last week
- An experimental linting interface for Rust. Let's make custom lints a reality☆148Updated last year
- Compile-time string formatting☆244Updated 3 weeks ago
- Faster, more compact implementation of std::Cow☆364Updated 2 years ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆540Updated 3 weeks ago
- Easy code duplicate with substitution for Rust☆248Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆278Updated 2 months ago
- Compile-time reference counting☆456Updated 5 months ago
- Just, really the littlest Vec you could need. So smol.☆708Updated 2 months ago
- Delegation of trait implementations via procedural macros☆275Updated last month
- A data structure to efficiently intern, cache and restore strings.