Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1004 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 1004 Bytes

Chengdu Rust Meetup

Welcome to the Chengdu Coding Collective Rust Meetup Group!

Rust Chengdu Coding Collective Panda Coder

About Rust

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.

Our Code of Conduct:

Code of Conduct

Running the Code

  1. Navigate to the project you wish to run
  2. Ensure Rust and Cargo are installed and run: cargo run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

References and Learning

Project Reference Resources