/rust-sketchbook

This is my sketchbook to learn Rust 🦀.

Primary LanguageRustApache License 2.0Apache-2.0

Rust sketchbook

This is my sketchbook to learn Rust. I learn from the following books.

Install tools

$ cargo install cargo-edit
$ curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
$ cargo install miniserve
$ cargo install cargo-generate

You can use cargo add subcommand by installing the cargo-edit. Please check here and here.

Useful examples