Nav apraksta

Lucas Stadler d84545543b Note that it needs to be built with nightly 10 gadi atpakaļ
..
book c45238ed46 arrays, vectors and slices 10 gadi atpakaļ
coffi d84545543b Note that it needs to be built with nightly 10 gadi atpakaļ
guide 63bbea73ef hello_world with cargo. 11 gadi atpakaļ
solve 0b76da28d9 include from_vec only when running tests 10 gadi atpakaļ
.gitignore 13f6eaa6cd ignore new binaries. 11 gadi atpakaļ
Makefile 1cc5ebec6c naive diff code implementation/reference in c. 11 gadi atpakaļ
README.md 37ffcd29ca first opinion on rust: pointers are hard. 11 gadi atpakaļ
diff_code.c 1cc5ebec6c naive diff code implementation/reference in c. 11 gadi atpakaļ
diff_code.rs f65ae01db7 add broken diff_code implementation in rust. 11 gadi atpakaļ
hello.rs 9c35d2cb98 add old rust tour. 11 gadi atpakaļ
keylog.rs 93e18df3c3 Hello, Rust! 13 gadi atpakaļ
keylog_xlib.c 170ee86b27 Hello C, either I am stupid or you're double edged 13 gadi atpakaļ
list.rs d3ec0107b9 cons that does not copy objects. 11 gadi atpakaļ
pointers.rs 4c258b6917 shorter code with the same error. 11 gadi atpakaļ
points.rs a1eced1188 add example demonstrating references vs boxes as args. 11 gadi atpakaļ

README.md

Rust

  • when to use? lower level than go (no gc, very direct mapping to machine instructions), but still types and fun.

current status:

  • i find it hard to get my head around all the pointer types, when to use them and why some things result in errors.