AuroransSolis / rustconf-2023Links
☆20Updated last year
Alternatives and similar repositories for rustconf-2023
Users that are interested in rustconf-2023 are comparing it to the libraries listed below
Sorting:
- Embed images in Rust documentation☆26Updated 4 years ago
- Derive helper methods for enum variants that are familiar from `std::Option` & `std::Result` such as `unwrap_or` or `and_then`.☆42Updated last year
- Cargo command to create the README.md from your crate's documentation☆158Updated 2 months ago
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago
- Utility to inherit dependencies from workspace file if it occurs 'n' or more times throughout the project.☆31Updated 2 years ago
- ☆112Updated 2 years ago
- ☆43Updated last year
- Convert number to enum☆87Updated 10 months ago
- ☆74Updated 3 years ago
- An attribute to create an atomic wrapper around a C-style enum☆44Updated last year
- Rust procedural macro attribute parser☆45Updated last year
- Rustdoc's JSON output interface☆30Updated last week
- A lightweight attribute macro for easily writing extension trait pattern.☆73Updated 3 months ago
- Find out about keys that are ignored when deserializing data☆85Updated last month
- horrible serde macro stuff☆39Updated last year
- ☆69Updated last month
- Refines, sorts and reformats -Zprint-type-sizes☆24Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- A sinless derive helper☆72Updated this week
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- Imitate the documentation build that docs.rs would do☆52Updated 5 months ago
- Minimalist Rust syntax parsing for procedural macros