nakabonne / rhackLinks
Temporary edit external crates that your project depends on
☆147Updated last year
Alternatives and similar repositories for rhack
Users that are interested in rhack are comparing it to the libraries listed below
Sorting:
- Procedural macro to implement Display and FromStr using common settings.☆188Updated 3 weeks ago
- Extract documentation for the feature flags from comments in Cargo.toml☆184Updated 5 months ago
- Struct fields that are made read-only accessible to other modules☆253Updated last week
- 🔐 Encrypts all the Serialize.☆180Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆251Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated last week
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated 2 years ago
- Pull in every source file in a directory as a module☆177Updated last week
- A library for to allow multiple return types by automatically generated enum.☆373Updated 2 weeks ago
- ☆112Updated 2 years ago
- Delegation of trait implementations via procedural macros☆271Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 3 weeks ago
- Cargo subcommand for checking your documentation for broken links☆157Updated 8 months ago
- Write doc comments from macros☆100Updated 3 years ago
- Make trait methods callable without the trait in scope☆152Updated last week
- Rust macro for automatically generating default☆145Updated last year
- Track rust binary sizes across builds using Github Actions☆113Updated 2 years ago
- Type that deserializes only from one specific value☆245Updated last week
- A Cargo subcommand to build and test all feature flag combinations.☆164Updated last month
- ☆314Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆151Updated 2 months ago
- Cargo command to create the README.md from your crate's documentation☆161Updated 2 weeks ago
- Compile-time string formatting☆241Updated 8 months ago
- 💫 Easily retry futures 🦀☆224Updated 2 months ago
- prae is a crate that aims to provide a better way to define types that require validation.☆134Updated 2 years ago
- A light wrapper around rr, the time-travelling debugger