/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

ntietz.com
| | blog.lohr.dev
2.7 parsecs away

Travel
| | A review by a Rust enthusiast
| | www.shuttle.dev
3.2 parsecs away

Travel
| | All about Rust traits, generics, trait bounds and implementing advanced trait bounds
| | blog.sylver.dev
2.6 parsecs away

Travel
| | As we saw in the opening post, SQLite stores metadata about tables in a special "schema table" starting on page 1. We've been reading records from this table to list the tables in the current database, but before we can start evaluating SQL queries a...
| | nora.codes
14.8 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.