sgodwincs / uriparse-rsLinks
Implementation of RFC3986 including URIs and URI references.
☆33Updated 2 years ago
Alternatives and similar repositories for uriparse-rs
Users that are interested in uriparse-rs are comparing it to the libraries listed below
Sorting:
- Generate a Markdown section in your README based on your Rust documentation☆58Updated 2 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- Provides macro `assert_matches` for testing pattern matching☆64Updated 4 years ago
- Rust serializer library☆87Updated last year
- ☆58Updated 9 months ago
- An LCS based slice and string diffing implementation.☆81Updated last year
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 3 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆101Updated this week
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆58Updated 4 months ago
- A Rust library for generically joining iterables with a separator☆93Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Safely combine results☆81Updated 9 months ago
- A crate with indexed arenas with small memory footprint☆77Updated 9 months ago
- A dependency injection library for message-based applications☆38Updated 3 years ago
- A tiny library for chaining free functions into method call chains.☆45Updated 4 years ago
- ☆55Updated 4 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- Cargo subcommand for checking your documentation for broken links☆156Updated 6 months ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆97Updated last month
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Typed index version of Rust slice and Vec containers