Skip to content

Repository files navigation

Rust basic examples

A collection of various examples in Rust.

Usage

cargo run --example cli_app
cargo run --example format_string
cargo run --example proc_macros
# etc.

Running clippy with a different toolchain (eg. beta)

rustup toolchain install beta
cargo +beta clippy --all-targets

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages