Skip to main content

path_offset/path/conversions/
cavalier_contours.rs

1//! Provides conversions to and from `cavalier_contours` path types.
2//!
3//! This module is intended to house `From` trait implementations that allow
4//! for seamless interoperability between `path-offset`'s path representation
5//! and the path types used by the `cavalier_contours` library.
6// (Implementation pending)