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:
- Talk for RustConf 2021☆11Updated 3 years ago
- Remove Cargo.lock lockfile☆33Updated 4 months ago
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- Fast and compact sets of bytes or ASCII characters☆28Updated 4 years ago
- Learn what's changed on crates.io☆18Updated last month
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- ☆72Updated 2 months ago
- Dynamic structured values for Rust☆28Updated 2 months ago
- ☆16Updated 2 months ago
- A synchronous message passing channel that only retains the most recent value.☆13Updated 2 years ago
- ☆29Updated last year
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated 2 months ago
- Serde serializer for generating Starlark build targets☆66Updated 2 weeks ago
- Asynchronize blocking operation.☆26Updated 3 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- Serde Visitor for deserializing untagged enums☆63Updated 2 weeks ago
- Full precision decimal representation of f64☆26Updated 2 weeks ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- structured parallel execution for async Rust☆33Updated 9 months ago
- Count directory entries—`ls | wc -l` but faster☆28Updated 4 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated 2 weeks ago
- Tiny little crate to determine how large an unnameable type is.☆11Updated 2 months ago
- Completion futures for Rust☆19Updated 2 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 7 months ago
- Example implementation of stack tokens for Rust☆34Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Thread-unsafe async runtime☆28Updated 7 months ago
- futures::AtomicWaker extracted into its own crate☆27Updated last week
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆34Updated 2 months ago