hwpers 0.5.0

A Rust library for parsing Korean Hangul Word Processor (HWP) files with full layout rendering support
Documentation
1
2
3
4
5
6
7
8
9
10
mod reader;
pub mod writer;
mod xml_types;

pub use reader::HwpxReader;
pub use writer::{
    HeaderFooterApplyTo, HwpxFooter, HwpxHeader, HwpxHyperlink, HwpxImage, HwpxImageFormat,
    HwpxTable, HwpxTextStyle, HwpxWriter, PageNumberFormat, StyledText,
};
pub use xml_types::*;