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
pub mod cfb;
pub mod stream;

pub use self::cfb::CfbReader;
pub use self::stream::StreamReader;