Explore >> Select a destination


You are here

gcher.com
| | qsantos.fr
4.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 ?
| | peanball.net
3.9 parsecs away

Travel
| |
| | sim.coffee
4.5 parsecs away

Travel
| | I'm posting this for my future self. This is the third night and the night that I have finally resolved a bug I have been fighting with. One day some variation of this bug will haunt me again, and at that time I will dig up this post and hopefully solve it much more quickly The bug occurred when
| | blog.melski.net
19.2 parsecs away

Travel
| Welcome! You've found Eric Melski's personal blog, where I share my thoughts about software development, with a particular emphasis on software build acceleration and data visualization. I'm a software developer with over 20 years of professional experience. Creating high quality, high performance software that solves real problems is my passion. Currently, I'm a Senior Software...