|
You are here |
rust-lang.github.io | ||
| | | | |
www.scattered-thoughts.net
|
|
| | | | | ||
| | | | |
rust-embedded.github.io
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | [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. | ||