Explore >> Select a destination


You are here

david.deno.dev
| | swiftrocks.com
8.3 parsecs away

Travel
| | The DispatchSource family of types from GCD contains a series of objects that are capable of monitoring OS-related events. In this article, we'll see how to use DispatchSource to monitor a log file and create a debug-only view that shows the app's latest logs.
| | evilcookie.de
4.5 parsecs away

Travel
| | [AI summary] The author created a static web server in Rust to host their blog, focusing on learning Rust by implementing a simple HTTP server with file serving, MIME type detection, and basic request handling.
| | rust-sdl2.github.io
3.7 parsecs away

Travel
| | API documentation for the Rust `sdl2` crate.
| | alexgaynor.net
38.7 parsecs away

Travel
| [AI summary] The author discusses the advantages of the Rust programming language, particularly its tooling and package management system, Cargo, which simplifies development, testing, and deployment compared to other languages.