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 type represents what something is packed into.
Item type for the packing