pack_it_up 1.1.0

pack_it_up is a simple Rust library that implements various bin packing algorithms
Documentation
1
2
3
4
5
6
7
# Changelog

## [0.1.1] - 2023-01-09

### Fixed

- Fixed overflowing subtraction when adding items to bins that are larger than the allowed bin size.