dxpdf 0.2.8

A fast DOCX-to-PDF converter powered by Skia
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Serde schema types for DrawingML (§20) — one submodule per primitive
//! family. Schemas are additive during Phase 5: they coexist with the
//! procedural parsers in `drawing/` and will progressively replace them
//! as higher-level container parsers are migrated in later sub-phases.

pub mod anchor;
pub mod color;
pub mod effect;
pub mod fill;
pub mod geometry;
pub mod picture;
pub mod shape;
pub mod stroke;