/rust-learning

Some notes and code about learning Rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Rust Learning

GitHub commit activity GitHub stars GitHub license

Some notes and code about CWorld learning Rust.

Local Development

Environment requirements:

Clone the repository:

git clone https://github.com/cworld1/rust-learning.git
cd ./rust-learning

Run the code:

cd <code_folder>
cargo run

For 1.2 part, please use rustc main.rs && main instead to run the code.

Contributions

To spend more time coding and less time fiddling with whitespace, this project uses code conventions and styles to encourage consistency. Code with a consistent style is easier (and less error-prone!) to review, maintain, and understand.

Thanks

License

This project is licensed under the GPL 3.0 License.