Skip to content

Instantly share code, notes, and snippets.

View Kagamihime's full-sized avatar

Eisha Chen-yen-su Kagamihime

  • Paris, France
View GitHub Profile

Become a next-generation systems hacker with Rust

[Rust] is a novel systems programming language, designed for writing and maintaining large-scale, ultra-reliable software in the domains where typically only C and C++ are appropriate. It is the only production programming language in the world that is memory safe - meaning Rust software does not segfault - but does not have a garbage collector or rely on reference counting, and that makes it suitable for writing all kinds of software. It is also arguably the fastest programming language in the world. And with a focus on developer