Wisha W.
Wisha W.
The compilation conditions for wasm [in http-client](https://github.com/http-rs/http-client/blob/main/src/lib.rs#L25) and [in surf](https://github.com/http-rs/surf/blob/cd3ba3ed4d24b168a62132862665c987ed00f37f/src/client.rs#L14) are currently different. This difference causes surf to sometimes (usually when running `cargo check`) try to re-export a module that...
I made [WSDOM](https://github.com/wishawa/wsdom/blob/main/README.md), which is a Rust→JavaScript RMI. It's like web-sys, but runs over WebSocket instead of in WebAssembly. If integrated into Dioxus, it would allow Dioxus LiveView apps to...
It would be useful to have a weak version of `RcRef`. Is it possible to create using `OwningHandle` somehow? I would appreciate any pointer.
This PR is dependent on #117 after = this PR before = #117 ```$ critcmp after before group after before ----- ----- ------ array::join 10 1.00 2.3±0.12µs ? ?/sec 1.13...
This is dependent on #118. This is a large PR, containing the primary change from #115. ### Benchmark after = this PR before = #118 ``` $ critcmp after before...
Fixes #49. I tried editing the client.rs to send duplicated request. The server errored as expected. But beyond that, I'm at lost on how to test this, or write automated...