Welcome to the Chengdu Coding Collective Rust Meetup Group!
Rust is a modern system programming language focused on performance, safety, and concurrency. It accomplishes these goals by having a number of compile-time safety checks with no runtime overhead, while eliminating common bugs such as null pointer dereferencing, double free, dangling pointers, etc.
- Navigate to the project you wish to run
- Ensure Rust and Cargo are installed and run:
cargo run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.