jkomyno / workshop-rust-wasmLinks
Code for my workshop "Production-ready WebAssembly with Rust" presented at RustLab 2023 in Florence
☆15Updated 2 years ago
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:
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- Serde Visitor for deserializing untagged enums☆69Updated last month
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆62Updated 5 months ago
- Reports when tokio runtime threads are blocking☆66Updated 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…☆66Updated last month
- Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.☆135Updated 6 months ago
- A cross-platform-ish memory profiler for Rust!☆38Updated last year
- A minimalist property-based testing library☆122Updated 8 months ago
- A fast and flexible LRU map.☆199Updated last year
- A concurrent, append-only vector.☆209Updated 5 months ago
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- Discovering and describing Rust's design axioms☆79Updated last year
- A low-level MVCC file format for storing blobs.☆64Updated last year
- Cross-platform implementation of cross-process named locks☆38Updated last year
- GitHub Action to create a release PR using cargo-release — soft deprecated: try release-plz instead!☆47Updated this week
- Simple async reactor and executor for rust☆78Updated 9 months ago
- Some internal rustc tools made accessible☆47Updated 3 months ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies☆85Updated 3 weeks ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆34Updated last month
- Provides utilities for collecting Prometheus-compatible metrics from Tokio runtime and tasks.☆34Updated last month
- Updater program for axo tools☆26Updated 2 weeks ago
- Generate enum variants inline☆58Updated 2 years ago
- Count directory entries—`ls | wc -l` but faster☆29Updated 3 weeks ago
- ☆76Updated last week
- Library and proc macro to analyze memory usage of data structures in rust.☆193Updated last month
- Lending iterators on stable Rust☆83Updated 2 years ago
- 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…☆99Updated 4 months ago