jagua-rs 0.7.2

A fast and fearless Collision Detection Engine for 2D irregular Cutting and Packing problems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod export;
mod import;

/// External (serializable) representations of all Strip Packing Problem related entities.
pub mod ext_repr;

/// Exports a strip packing solution out of the library.
pub use export::export;

#[doc(inline)]
pub use import::import_instance;

#[doc(inline)]
pub use import::import_solution;