libvisio-rs 0.2.1

A Rust library for parsing Microsoft Visio files (.vsdx and .vsd) and converting to SVG
Documentation
1
2
3
4
5
6
//! .vsd (binary/OLE2) parser module.

pub mod nurbs;
pub mod parser;
pub mod records;
pub mod shapes;