Manishearth / absolution
"Freedom from syn": Proc macro tools for operating on token trees
☆108Updated 5 years ago
Alternatives and similar repositories for absolution
Users that are interested in absolution are comparing it to the libraries listed below
Sorting:
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Set the error context using doc comments☆54Updated 5 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- ☆64Updated 4 years ago
- Safely combine results☆81Updated 8 months ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- A tool for auditing Cargo dependencies during updates☆54Updated 6 years ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- A Rust library for generically joining iterables with a separator☆93Updated last year
- Helpers for easily using failure::Error and others as return types in main() while still giving human-readable error messages.☆45Updated 3 years ago
- ☆58Updated 9 months ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Rust syntax sugar collections.☆129Updated 6 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆100Updated last week
- Procedural macro span debugger/visualizer☆40Updated 4 years ago
- Experimental cooperative cancellation for async-std☆48Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- ☆63Updated 7 years ago
- Custom exit status codes with ? in main☆29Updated 5 years ago
- Utility for reusing memory☆53Updated 5 years ago
- docs.rs as a publishing platform?☆68Updated last week
- ☆40Updated 6 years ago
- Macros for async-std.☆38Updated 5 years ago
- A clean, efficient parser combinator☆124Updated 3 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.