nikomatsakis / learn-some-rust-this-monthLinks
Code snippets for Rust discussions
☆9Updated 3 years ago
Alternatives and similar repositories for learn-some-rust-this-month
Users that are interested in learn-some-rust-this-month are comparing it to the libraries listed below
Sorting:
- Remove Cargo.lock lockfile☆32Updated this week
- ☆73Updated 3 months ago
- Command line interface as a function.☆76Updated 2 years ago
- Serde Visitor for deserializing untagged enums☆64Updated last week
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated 8 months ago
- Count directory entries—`ls | wc -l` but faster☆28Updated 5 months ago
- Helper macros: autoimpl, impl_scope☆65Updated 3 weeks ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Serde serializer for generating Starlark build targets☆66Updated 2 months ago
- ☆29Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆29Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Rate-limit middleware for reqwest.☆17Updated last week
- Library for scripting analyses against crates.io's database dumps☆73Updated last week
- "Valgrind Client Request" interface for Rust programs☆18Updated 5 months ago
- Rust crate for making Read streams peekable.☆26Updated 3 years ago
- Rust web toolkit for impatient perfectionists☆41Updated 7 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Fast and compact sets of bytes or ASCII characters☆28Updated 4 years ago
- Unbuffered and unlocked I/O streams☆45Updated 4 months ago
- Lending iterators on stable Rust☆83Updated last year
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- Abstract over different executors☆74Updated last year
- ☆36Updated 11 months ago
- Helps you frob those bits☆38Updated 11 months ago
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- Extensions to the Rust standard library☆46Updated 7 months ago
- ☆54Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago