yewstack / tokiseLinks
An asynchronous runtime compatible with WebAssembly and non-WebAssembly targets.
☆69Updated 6 months ago
Alternatives and similar repositories for tokise
Users that are interested in tokise are comparing it to the libraries listed below
Sorting:
- `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`☆74Updated last year
- Threadsafe RefCell for Rust☆93Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- `$crate` in procedural macros.☆73Updated last month
- A std::Instant replacement that works on WASM too.☆112Updated last year
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆147Updated 11 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 10 months ago
- Automatic cfg for Rust compiler features☆102Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆81Updated 3 weeks ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- A versatile and developer-friendly trait mocking library☆75Updated 3 months ago
- Abstraction over std::Instant and tokio_timer that works on WASM☆75Updated 3 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆98Updated 6 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 4 months ago
- ☆42Updated 9 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆132Updated 3 weeks ago
- Macro for sealing traits and structures☆57Updated 7 months ago
- Minimal TOML library with few dependencies☆84Updated 4 months ago
- Find out about keys that are ignored when deserializing data☆85Updated last month
- You can name anonymous Future from async fn without dyn or Box!☆61Updated 3 years ago
- cargo-add command to make dependencies into dylibs☆99Updated 2 years ago
- CBOR: Concise Binary Object Representation☆73Updated last month
- Mirror of Rust's allocator api for use on stable rust☆62Updated last month
- Minimal asynchronous runtime for Rust☆129Updated 11 months ago
- Typed any map for rust☆67Updated 6 months ago
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- Big array helper for serde