Explore >> Select a destination


You are here

rust-lang.github.io
| | nnethercote.github.io
1.0 parsecs away

Travel
| |
| | docs.rs
2.9 parsecs away

Travel
| | A simple but powerful `async` RTOS based around Rust `Future`s.
| | tokio.rs
2.4 parsecs away

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

Travel
| Imagine you are implementing a calculator application and want users to be able to extend the application with their own functionality. For example, imagine a user wants to provide a random() function that generates true random numbers using random.org instead of the pseudo-random numbers that a crate like rand would provide. The Rust language gives you a lot of really powerful tools for adding flexibility and extensibility to your applications (e.