|
You are here |
blog.dureuill.net | ||
| | | | |
github.com
|
|
| | | | | A small and fast async runtime for Rust. Contribute to smol-rs/smol development by creating an account on GitHub. | |
| | | | |
boats.gitlab.io
|
|
| | | | | One of the big sources of difficulty on the async ecosystem is spawning tasks. Because there is no API in std for spawning tasks, library authors who want their library to spawn tasks have to depend on one of the multiple executors in the ecosystem to spawn a task, coupling the library to that executor in undesirable ways. Ideally, many of these library authors would not need to spawn tasks at all. | |
| | | | |
brokenco.de
|
|
| | | | | a moderately technical blog | |
| | | | |
mark-story.com
|
|
| | | I'm working on an infrastructure application that provides a GRPC API to its clients. This will be a high throughput system, so we are building it in Rust using tonic and tokio to build the gRPC API. I wanted to implement request authentication for this system so that the service was resilient to Server-Side-Request-Forgery, and unauthenticated requests. | ||