Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friendbear/perfect-rust
perfect-rust book Japan
https://github.com/friendbear/perfect-rust
book learning rust-lang
Last synced: about 2 hours ago
JSON representation
perfect-rust book Japan
- Host: GitHub
- URL: https://github.com/friendbear/perfect-rust
- Owner: friendbear
- License: other
- Created: 2023-07-31T06:44:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T06:02:08.000Z (9 days ago)
- Last Synced: 2025-01-02T07:19:56.629Z (9 days ago)
- Topics: book, learning, rust-lang
- Language: Rust
- Homepage:
- Size: 2.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license.html
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# perfect-rust
perfect-rust book[![wakatime](https://wakatime.com/badge/github/friendbear/perfect-rust.svg)](https://wakatime.com/badge/github/friendbear/perfect-rust)
## ISBN
978-4-297-13322-1
![](ISBN978-4-297-13322-1.jpg)## ref
* [Cargo Workspaces](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html)
* [Pacckage Layout](https://doc.rust-lang.org/cargo/guide/project-layout.html)## cargo test option
`cargo test -- --nocapture`
## cargo watch option
`cargo watch -x "test -- --nocapture"`