Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"`