najamelan / ws_stream_wasmLinks
Wasm convenience API for WebSockets
☆101Updated 3 months ago
Alternatives and similar repositories for ws_stream_wasm
Users that are interested in ws_stream_wasm are comparing it to the libraries listed below
Sorting:
- A std::Instant replacement that works on WASM too.☆112Updated last year
- Provide AsyncRead/AsyncWrite over tungstenite websockets☆35Updated 3 months ago
- HTTP requests library for WASM Apps☆137Updated 10 months ago
- `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`☆73Updated last year
- Write and execute SQL queries with ease☆73Updated 4 years ago
- Typed any map for rust☆67Updated 5 months ago
- Components to simplify handling forms with Yew☆97Updated 3 years ago
- Asynchronous access to a bincode-encoded item stream.☆75Updated 2 months ago
- Rexie is an easy-to-use, futures based wrapper around IndexedDB that compiles to webassembly.☆87Updated 8 months ago
- Proc-macro library used to map a tokio-postgres row to a Rust type (struct)☆65Updated 2 years ago
- Draw chart with svg for leptos☆61Updated last year
- A token-based rate limiter based on the leaky bucket algorithm.☆108Updated last month
- Load Javascript and CSS asynchronously in yew☆43Updated 2 years ago
- An updated version of linked-hash-map and friends☆114Updated last month
- Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs☆54Updated 4 months ago
- Async networking primitives for TCP/UDP/Unix communication☆131Updated 4 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆143Updated 10 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Protobuf integration for actix web☆81Updated 5 years ago
- Abstraction over std::Instant and tokio_timer that works on WASM☆75Updated 3 years ago
- Threadsafe RefCell for Rust