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
//! Rich text parsing for .vsdx files.
//! Text element parsing with per-run formatting (cp/pp references).

// Text parsing is handled inline in parser.rs as part of shape parsing.
// This module provides helper functions for text element parsing.