yewstack / tokiseLinks
An asynchronous runtime compatible with WebAssembly and non-WebAssembly targets.
☆72Updated last year
Alternatives and similar repositories for tokise
Users that are interested in tokise are comparing it to the libraries listed below
Sorting:
- Threadsafe RefCell for Rust☆99Updated 9 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆91Updated 8 months ago
- `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`☆79Updated last year
- CBOR: Concise Binary Object Representation☆83Updated last month
- A simple Cross-platform thread schedule and priority library for rust.☆144Updated 4 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 3 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆97Updated 10 months ago
- Automatic cfg for Rust compiler features☆110Updated 6 months ago
- A std::Instant replacement that works on WASM too.☆113Updated last year
- Migrated to Codeberg☆79Updated 2 years ago
- `$crate` in procedural macros.☆79Updated last month
- Minimal asynchronous executor for Rust☆133Updated last month
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Typed any map for rust☆67Updated last year
- A concise, self-describing binary format written in Rust for Serde☆67Updated last year
- ☆61Updated last year
- A low-ish level tool for easily writing and hosting WASM based plugins.☆71Updated last year
- Deserialize (potentially nested) environment variables into your custom structs☆59Updated last year
- A map implementation that relies on fixed-size storage derived by a procedural macro☆52Updated 3 months ago
- Make trait methods callable without the trait in scope