<pre>
<header>Cargo</header>
<header></header>
apt update && apt install rustc cargo -y
// cargo build && ./target/debug/poker_000001
cargo build && ./target/debug/quinoa
cargo test
<header></header>
<b>tutorials</b>
https://www.rust-lang.org/learn
https://doc.rust-lang.org/book/ch01-01-installation.html
[tcsh] cargo new balance_sheet_2
<b>cargo</b>
https://crates.io/
cargo build --verbose
<b>products</b>
https://doc.rust-lang.org/std/index.html
<b>the rustc book</b>
https://doc.rust-lang.org/rustc/index.html
publishing:
https://doc.rust-lang.org/cargo/commands/cargo-publish.html
cargo publish
build:
cargo build && ./target/debug/curves
build release:
cargo build --release
run:
cargo run
</pre>