Crate rpack

Source
Expand description

A Bin Packing algorithm implemented in Rust.

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

Structs§

Bin
Bin type represents what something is packed into.
Item
Item type for the packing
Packing