Rust Project Template

Template repository for Rust-based projects

View the Project on GitHub OxidizeLabs/tracekit

Rust Project Template Docs

This is a minimal documentation site for the Rust project template repository.

Getting Started

Local Development

cargo fmt
cargo clippy --all-targets --all-features
cargo test --all-targets --all-features
cargo run