tzaffi / rusticisms

Exercisms in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Exercisms

Useful Commands

❯ cargo test
❯ cargo test -- --ignored

❯ exercism submit src/lib.rs Cargo.toml

# override with the nightly for current directory:
❯ rustup override set nightly

# verify the override:
❯ grep '\[overrides\]' -A 10 ~/.rustup/settings.toml
# OR: after `brew install python-yq`
❯ tomlq .overrides ~/.rustup/settings.toml
{
  "/Users/zeph/Exercism/rust/sublist": "nightly-aarch64-apple-darwin"
}

# for sublist (and others with benchmarks)
❯ cargo bench

Notes

About

Exercisms in Rust


Languages

Language:Rust 99.0%Language:Jupyter Notebook 1.0%Language:Makefile 0.0%