jkomyno / workshop-rust-wasmLinks
Code for my workshop "Production-ready WebAssembly with Rust" presented at RustLab 2023 in Florence
☆15Updated last year
Alternatives and similar repositories for workshop-rust-wasm
Users that are interested in workshop-rust-wasm are comparing it to the libraries listed below
Sorting:
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆60Updated last month
- A simple library for keeping secrets out of logs☆37Updated 2 months ago
- Reports when tokio runtime threads are blocking☆65Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆127Updated 2 months ago
- A cross-platform-ish memory profiler for Rust!☆36Updated last year
- A minimalist property-based testing library☆116Updated 4 months ago
- Serde Visitor for deserializing untagged enums☆67Updated this week
- Release complex cargo-workspaces automatically with changelog generation, used by `gitoxide`☆104Updated 2 weeks ago
- A fast, simple, multi-threaded string interning library.☆18Updated 2 months ago
- Discovering and describing Rust's design axioms☆75Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- GitHub Action to create a release PR using cargo-release — soft deprecated: try release-plz instead!☆46Updated 2 weeks ago
- A concurrent, append-only vector.☆196Updated last month
- Simple async reactor and executor for rust☆79Updated 5 months ago
- A rust crate that provides a space efficient 𝛿-based CRDT implementation☆100Updated this week
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- A fast and flexible LRU map.☆192Updated 8 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A better metrics crate☆34Updated 2 months ago
- Library and proc macro to analyze memory usage of data structures in rust.☆163Updated 3 weeks ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆72Updated last year
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆60Updated 3 weeks ago
- Some internal rustc tools made accessible☆47Updated 8 months ago
- Lending iterators on stable Rust☆83Updated last year
- Generate enum variants inline☆58Updated 2 years ago
- A generic abstraction of paginated APIs☆62Updated last year
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆139Updated 11 months ago
- A tar archive reading/writing library for async Rust.☆31Updated 3 weeks ago
- Eager evaluation of macros like `concat!` and `env!`☆41Updated this week