// Knit (streaming-layer) implementation for v1::Suture.
//
// Current implementation delegates to Stitch for correctness.
// A true streaming implementation (skipping intermediate Value allocation)
// can replace this later.
use Suture;
use crateError;
use crateKnit;
use crateSeam;
use crateStitch;