To view the output of all examples:
cargo run
To view the output of a specific example:
cargo run --bin rwea_ch01
Note that the files in src/bin
are all generated by build.rs
and are not meant to be edited manually.
To view the output of all examples:
cargo run
To view the output of a specific example:
cargo run --bin rwea_ch01
Note that the files in src/bin
are all generated by build.rs
and are not meant to be edited manually.