rust-rocket
rust-rocket copied to clipboard
gnu rocket client library in rust
This week I been papering over the `RocketClient` with a new `simple` API as you may have seen. It's starting to work very well for my upcoming [Graffathon](https://www.demoparty.net/graffathon/graffathon-2025) entry's engine,...
We should add some tests for the client with various scenarios. This requires implementing a thread local test double for the `TcpStream` and doing a `#[cfg(test)]` that switches the actual...
I think the current name `rust-rocket` is both too overloaded (conflicting with the rocket web framework), and it has the rust- prefix which looks bad in my opinion. I propose...