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
8
9
10
11
[package]
name = "pack_it_up"
description = "pack_it_up is a simple Rust library that implements various bin packing algorithms"
version = "1.1.0"
edition = "2021"
license = "MIT"
authors = ["Steven Liebregt <stevenliebregt@outlook.com>"]
repository = "https://github.com/stevenliebregt/pack_it_up"
keywords = ["bin-packing"]

[dependencies]