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 3 months ago
- Reports when tokio runtime threads are blocking☆66Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- Discovering and describing Rust's design axioms☆78Updated last year
- Serde Visitor for deserializing untagged enums☆67Updated last month
- A minimalist property-based testing library☆118Updated 6 months ago
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆133Updated 3 months ago
- A low-level MVCC file format for storing blobs.☆64Updated last year
- A cross-platform-ish memory profiler for Rust!☆37Updated last year
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- A concurrent, append-only vector.☆203Updated 2 months ago
- A fast and flexible LRU map.☆198Updated 9 months ago
- A simple library for keeping secrets out of logs☆38Updated 3 months ago
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆64Updated last month
- Library and proc macro to analyze memory usage of data structures in rust.☆167Updated last week
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆96Updated last month
- A fast, simple, multi-threaded string interning library.☆18Updated 3 months ago
- Simple async reactor and executor for rust☆79Updated 7 months ago
- Some internal rustc tools made accessible☆47Updated 2 weeks ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆141Updated last year
- GitHub Action to create a release PR using cargo-release — soft deprecated: try release-plz instead!☆46Updated 2 weeks ago
- Amplifying Rust language capabilities: multiple generic trait implementations, type wrappers, bit-precise numerics, derive macros☆55Updated 5 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆36Updated 2 weeks ago
- A better metrics crate☆35Updated last week
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated last month
- An async virtual filesystem interface in Rust☆37Updated 2 years ago
- A generic abstraction of paginated APIs☆62Updated last year
- Count directory entries—`ls | wc -l` but faster☆29Updated 2 months ago
- A rust crate that provides a space efficient 𝛿-based CRDT implementation☆121Updated this week