use-unfolding 0.0.6

Unfolding primitives for the RustUse geometry workspace
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented1 out of 8 items with examples
  • Size
  • Source code size: 4.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 364.77 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RustUse/use-geometry
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CloudBranch

use-unfolding

Unfolding primitives for the RustUse geometry workspace.

use-unfolding provides unfold-step and plan records that can later back polyhedral-net workflows.

Example

use use_unfolding::{UnfoldingPlan, UnfoldingStep};

let plan = UnfoldingPlan::new(vec![UnfoldingStep::new(0, 1)]);

assert_eq!(plan.step_count(), 1);