Contributing
Contributions are welcome. See CONTRIBUTING.md in the repository for full guidelines.
Get started
Section titled “Get started”git clone https://github.com/JashT14/symtrace.gitcd symtracecargo buildcargo testCode standards
Section titled “Code standards”- Pass
cargo fmtandcargo clippywith zero warnings. - All existing tests must pass.
- New features should include tests.
- No
unsafecode — the project enforcesunsafe_code = "deny".
Repository layout
Section titled “Repository layout”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