Няма описание

Lucas Stadler 6aadb6f206 implement first and last for list_with_ref. преди 11 години
..
guide 63bbea73ef hello_world with cargo. преди 11 години
.gitignore 13f6eaa6cd ignore new binaries. преди 11 години
Makefile 1cc5ebec6c naive diff code implementation/reference in c. преди 11 години
README.md 37ffcd29ca first opinion on rust: pointers are hard. преди 11 години
diff_code.c 1cc5ebec6c naive diff code implementation/reference in c. преди 11 години
diff_code.rs f65ae01db7 add broken diff_code implementation in rust. преди 11 години
hello.rs 9c35d2cb98 add old rust tour. преди 11 години
keylog.rs 93e18df3c3 Hello, Rust! преди 13 години
keylog_xlib.c 170ee86b27 Hello C, either I am stupid or you're double edged преди 13 години
list.rs d3ec0107b9 cons that does not copy objects. преди 11 години
pointers.rs 6aadb6f206 implement first and last for list_with_ref. преди 11 години
points.rs a1eced1188 add example demonstrating references vs boxes as args. преди 11 години

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.