jkomyno / workshop-rust-wasm
Code for my workshop "Production-ready WebAssembly with Rust" presented at RustLab 2023 in Florence
☆14Updated 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
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆58Updated this week
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆47Updated this week
- Serde Visitor for deserializing untagged enums☆61Updated last week
- A cargo subcommand that extends cargo's capabilities when it comes to code generation.☆54Updated 3 months ago
- Reports when tokio runtime threads are blocking☆64Updated 5 months ago
- A CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies☆81Updated 3 weeks ago
- structured parallel execution for async Rust☆33Updated 6 months ago
- Automatic HTTPS certificates for trillium.rs, via Let's Encrypt and ACME tls-alpn-01 challenges☆13Updated this week
- Human-friendly indexed collections☆51Updated last year
- Some internal rustc tools made accessible☆47Updated last month
- Experimenting with Rust's fundamental data model☆50Updated 4 months ago
- ☆65Updated 8 months ago
- Discovering and describing Rust's design axioms☆72Updated 10 months ago
- A sinless derive helper☆62Updated 3 months ago
- A better metrics crate☆28Updated 3 weeks ago
- A generic abstraction of paginated APIs☆60Updated last year
- A minimalist property-based testing library☆108Updated last week
- An async version of iterator☆41Updated 8 months ago
- GitHub Action to create a release PR using cargo-release — soft deprecated: try release-plz instead!☆45Updated last week
- A simple library for keeping secrets out of logs☆36Updated 5 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.