Contributing¶
See CONTRIBUTING.md for the full development guide, including:
- Repository structure
- Build and test commands
- Code style conventions
- How to add new algorithms
Quick Setup¶
git clone https://github.com/AlphaKhaw/seqpacker.git
cd seqpacker
make install # uv sync
make build-dev # maturin develop
make test # Run all tests
make help # See all commands