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
pub mod body_text;
pub mod doc_info;
pub mod header;
pub mod record;

pub use self::header::FileHeader;
pub use self::record::{HwpTag, Record, RecordHeader};