jagua-rs 0.6.2

A fast and fearless Collision Detection Engine for 2D irregular Cutting and Packing problems
Documentation
1
2
3
4
5
6
7
/// Strip Packing Problem (SPP) module
#[cfg(feature = "spp")]
pub mod spp;

/// Bin Packing Problem (BPP) module
#[cfg(feature = "bpp")]
pub mod bpp;