/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

xnacly.me
| | www.ralfj.de
4.0 parsecs away

Travel
| | Did you know that the standard library is full of useful checks that users never get to see? There are plenty of debug assertions in the standard library that will do things like check that...
| | thasso.xyz
3.3 parsecs away

Travel
| | My personal blog about things I find interesting. Hit me up!
| | qsantos.fr
2.4 parsecs away

Travel
| | This article will quickly explain the Rust types [T; N], &[T; N], &[T], Vec, &Vec with C code, and what the str, &str, String, OsString and CString add. Arrays and Slices Rust C [T; N] (array)Example: [i32; 100]Allocated on the stack T[N]Example: int[100]Allocated on the stack &[T; N] (array reference)Example: &[i32; 100]N is tracked at ... Continue reading Rust Strings for C Programmers
| | degoes.net
21.4 parsecs away

Travel
| Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts