packer-3d 0.2.3

Packing algorithm for 3D container packing which optimizes for width, height, length, or all three.
Documentation
[dependencies.fnv]
version = "1.0.7"

[lib]
name = "packer_3d"
path = "src/lib.rs"

[package]
authors = ["R. Besson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Packing algorithm for 3D container packing which optimizes for width, height, length, or all three."
edition = "2021"
keywords = ["bin", "box", "packer"]
license = "CC-BY-NC-SA-4.0"
name = "packer-3d"
readme = "README.md"
repository = "https://github.com/r-besson/n-dimensional-bin-packing"
version = "0.2.3"

[profile.dev]
debug = 2
strip = false

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = 3
panic = "abort"