We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
한양 PUA 코드로 인코딩된 옛한글을 첫가끝(IPF) 방식으로 변환하는 라이브러리
문서
Cargo.toml
dependencies
hypua
[dependencies]hypua ="0.2.0"
example/hunmin.rs:
use hypua::to_ipf_string;fnmain(){let text ="이런 젼로 어린 百姓이 니르고져 배 이셔도.";println!("{}", to_ipf_string(text));}