//! Utilities to facilitate interfacing lyon with SVG.
//!
//! At the moment this is mostly a wrapper around the [svgparser](https://crates.io/crates/svgparser)
//! crate.
//!
//! This crate is reexported in [lyon](https://docs.rs/lyon/).
pub extern crate lyon_path as path;
pub extern crate svgparser as parser;