/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

rust-lang.github.io
| | www.scattered-thoughts.net
1.6 parsecs away

Travel
| |
| | rust-embedded.github.io
1.6 parsecs away

Travel
| | [AI summary] This excerpt from The Embedded Rust Book explains the differences between standard and embedded programming environments, detailing the role of the no_std feature and how developers borrow allocation and hardware access for systems with limited resources.
| | nnethercote.github.io
1.6 parsecs away

Travel
| | [AI summary] The text explains the basics of benchmarking in Rust, covering workload selection, tools like criterion, and the trade-offs between different performance metrics.
| | nora.codes
14.1 parsecs away

Travel
| [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.