Skip to content

Contributing

Contributions are welcome. See CONTRIBUTING.md in the repository for full guidelines.

Terminal window
git clone https://github.com/JashT14/symtrace.git
cd symtrace
cargo build
cargo test
  • Pass cargo fmt and cargo clippy with zero warnings.
  • All existing tests must pass.
  • New features should include tests.
  • No unsafe code — the project enforces unsafe_code = "deny".
symtrace/
src/ Source code
Cargo.toml Dependencies and metadata
build.sh Unix build script
build.ps1 Windows build script
Makefile GNU Make targets
deny.toml cargo-deny supply chain config
LICENSE MIT license