document-svg 2.0.2

Convert PDF, Word, Excel, PowerPoint, diagram and CAD files into one SVG per page, locally — a Rust library and the docsvg command
Documentation
1
2
3
4
5
6
7
8
//! Backwards-compatible re-export of SVG Core reading and geometry primitives.
//!
//! Core SVG primitives have been moved to [`crate::svg`] as part of the universal SVG hub refactoring.
//! CAD writers and external callers continue to access them through this module without breaking changes.

pub use crate::svg::color::*;
pub use crate::svg::geometry::*;
pub use crate::svg::reader::*;