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
7
//! .vsdx (ZIP+XML) parser module.

pub mod gradient;
pub mod image;
pub mod parser;
pub mod text;
pub mod theme;