Commentaries

Chapter1. Systems Programmers Can Have Nice Things

int main(int argc, char **argv) {   
		unsigned long a[1];   
		a[3] = 0x7ffff7b36cebUL;   
		return 0;  
		}  

Rust Shoulders the Load for You

당신의 짐을 덜어줄 러스트

Parallel Programming is Tamed

병렬 프로그래밍

And Yet Rust is Still Fast

그럼에도 빠른 속도.