Explore >> Select a destination


You are here

www.shuttle.dev
| | www.shuttle.rs
4.9 parsecs away

Travel
| | Sending logs to Datadog with Rust, without Datadog Agent
| | tokio.rs
14.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.
| | mbuffett.com
11.3 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.
| | blog.m-ou.se
95.7 parsecs away

Travel
| About a year ago, I published a Rust crate called inline-python, which allows you to easily mix some Python into your Rust code using a python!{ .. } macro. In this series, I'll go through the process of developing this crate from scratch.