/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.zupzup.org
| | jasoneckert.github.io
2.5 parsecs away

Travel
| | My personal website and blog
| | mbuffett.com
2.5 parsecs away

Travel
| | In my last project I used Sled and Rocket. I had to piece together how to use the two from a few different places so I put together this quick guide in case it helps others. The full code for this walkthrough is availabe here, if you want to fast-forward to the finished product. A lot of this ends up being about error handling, so that using sled in endpoints is more ergonomic. If you don't care to dive into error handling, you may want to skip those sections.
| | lunareclipse.zone
2.5 parsecs away

Travel
| | A little piece of code I didn't find a use for but I thought might be useful for someone else.
| | tokio.rs
29.2 parsecs away

Travel
| Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.