Bin packing implementation in Rust
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
tests
.gitignore
.travis.yml
Cargo.toml
LICENSE.md
README.md

README.md

rpack

Build Status

1D packing algorithm implementation written in Rust.

Usage

Please see the official docs for usage.

Running the tests

$ cargo test
$ cargo clippy

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Andrew Graham-Yooll

License

This project is licensed under the MIT License - see the LICENSE.md file for details