potpack 0.1.1

Rust port of the potpack algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Adam Nemecek <adamnemecek@gmail.com>"]
description = "Rust port of the potpack algorithm"
documentation = "https://docs.rs/potpack"
edition = "2018"
homepage = "https://github.com/adamnemecek/potpack"
keywords = ["packing", "bin-packing"]
license = "MIT"
name = "potpack"
readme = "README.md"
repository = "https://github.com/adamnemecek/potpack.git"
version = "0.1.1"