4 releases

Uses old Rust 2015

0.2.2 Nov 4, 2018
0.2.1 Nov 4, 2018
0.2.0 Nov 3, 2018
0.1.0 Nov 3, 2018

#37 in #packing

Custom license

6KB
54 lines

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


lib.rs:

A Bin Packing algorithm implemented in Rust.

This library is meant to assist in solving packing issues using the common heuristic "best fit, decreasing."

No runtime deps