fanzeyi / alfred-rustdoc
An Alfred workflow uses rustdoc's search index to provide local search result
☆24Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for alfred-rustdoc
- Generic extensions for tapping values in Rust.☆55Updated 5 years ago
- An LCS based slice and string diffing implementation.☆77Updated 9 months ago
- ☆29Updated last year
- Cargo subcommand to generate a Dash/Zeal docset for your Rust packages.☆100Updated last year
- ☆44Updated last year
- Parsing ISO8601 dates using nom☆75Updated 6 months ago
- ☆28Updated 4 years ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 3 years ago
- Asynchronous access to a bincode-encoded item stream.☆67Updated last week
- "Freedom from syn": Proc macro tools for operating on token trees☆107Updated 4 years ago
- Helper trait to create a boxed instance without going through stack☆35Updated 2 years ago
- Make trait methods callable without the trait in scope☆135Updated 2 weeks ago
- ☆24Updated last year
- Lossless functionality for platform-native strings.☆70Updated last week
- ☆59Updated 3 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆33Updated 4 years ago
- ☆54Updated last year
- A sentinel-based, heapless, `Vec`-like type.☆68Updated 4 years ago
- A third-party cargo extension to run the build artifacts through tools like `gdb`☆73Updated 4 years ago
- Derive for the Display trait☆51Updated 6 years ago
- A community website for highlighting Rust conferences.☆23Updated last year
- ☆58Updated 2 months ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆51Updated 4 months ago
- Async tracing capabilities for the log crate☆99Updated 3 years ago
- A cross platform rust debugger hook☆70Updated 3 years ago
- Command line flags library that does not require a central list of all the flags☆54Updated last year
- Attribute proc-macro to delegate method to a field☆28Updated last year
- Thread parking and unparking☆73Updated last month
- Custom exit status codes with ? in main