hinoshiba / rust_oreilly_playground

ISBN-13 978-4873118550

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust

cargo new --bin <name>
cd <name>
cargo run
cargo build --verbose
cargo clean

build for lib

cargo build --crate-type lib

build for bin

cargo build --crate-type bin --release

About

ISBN-13 978-4873118550


Languages

Language:Rust 100.0%