OriginTree

Découverte API & Docs
Notifications
0
FR

Rust

<h2>Rust</h2>

System language developed by Mozilla, guaranteeing memory security without garbage collector thanks to its borrow checker system. Popular to replace C++ in critical contexts.

rust fn main() { println!("Hello, world!"); }