https://github.com/64kramsystem/handsonrust-study
My study (cleaned up) fork of Hands-on Rust Source Code
https://github.com/64kramsystem/handsonrust-study
book rust rust-lang
Last synced: 3 months ago
JSON representation
My study (cleaned up) fork of Hands-on Rust Source Code
- Host: GitHub
- URL: https://github.com/64kramsystem/handsonrust-study
- Owner: 64kramsystem
- Created: 2022-03-22T21:21:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T20:10:08.000Z (about 3 years ago)
- Last Synced: 2025-02-10T10:19:34.744Z (5 months ago)
- Topics: book, rust, rust-lang
- Language: Rust
- Homepage: https://hands-on-rust.com/
- Size: 639 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "Hands-on Rust Source Code" Study fork
This is my study fork of of Hands-on Rust Source Code, which makes the original [codebase](https://github.com/thebracket/HandsOnRust) simpler to study:
- added a Visual Studio Code launch configuration;
- renamed all the directories to be in order, so that each one can be very conveniently found an compared agains the predecessor/successor;
- removed the comment references (`// (`) for ease of comparison;
- fixed warnings that could be automatedley fixed (via `cargo fix`).There are also a couple of scripts I've used to perform a part of the changes.