rust-lang / rustdoc-typesLinks
Rustdoc's JSON output interface
☆37Updated 3 weeks ago
Alternatives and similar repositories for rustdoc-types
Users that are interested in rustdoc-types are comparing it to the libraries listed below
Sorting:
- ☆43Updated 2 years ago
- Parsing and inspecting Rust literals (particularly useful for proc macros)☆50Updated 2 months ago
- `$crate` in procedural macros.☆79Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- ☆61Updated 2 years ago
- Find out about keys that are ignored when deserializing data☆95Updated 3 weeks ago
- Backported standard Rust library to older compilers.☆23Updated 3 years ago
- Tools to feature more lenient Polonius-based borrow-checker patterns on stable Rust☆123Updated 2 months ago
- ☆112Updated 3 years ago
- Macro for sealing traits and structures☆60Updated last year
- ☆34Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆35Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago
- Make trait methods callable without the trait in scope☆161Updated 3 weeks ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last month
- The never type (the true one!) in stable Rust.☆41Updated 6 months ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆74Updated last year
- Embed images in Rust documentation☆27Updated 4 years ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- Implied bounds, since 1.79!☆23Updated last year
- Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.☆32Updated 2 years ago
- Use declarative macros as proc_macro attributes or derives☆151Updated 7 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆75Updated last month
- A wrapper type for cross-type numeric comparisons.☆27Updated 3 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Automatically implement traits for common smart pointers☆122Updated 9 months ago
- ☆77Updated 4 years ago