You are here |
linus.dev | ||
| | | |
www.baturin.org
|
|
| | | | ||
| | | |
kristoff.it
|
|
| | | | Let's take a quick look at what compile-time execution looks like in Zig. | |
| | | |
qsantos.fr
|
|
| | | | 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 ? | |
| | | |
www.byjp.me
|
|
| | I'm building a twitterbot to answer questions about things happening on my university campus. Should be fun, I've decided to use Ruby and Active Record as a foundation :) Might be a few days before anything appears on github, I've got a few exams in the near future! |