hypua 0.1.0

한양 PUA 코드로 인코딩된 옛한글을 첫가끝(IPF) 방식으로 변환하는 라이브러리
Documentation
# hypua

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/kiwiyou/hypua/Rust?style=flat-square)
![GitHub](https://img.shields.io/github/license/kiwiyou/hypua?style=flat-square)
![Crates.io](https://img.shields.io/crates/v/hypua?style=flat-square)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/kiwiyou/hypua?style=flat-square)

한양 PUA 코드로 인코딩된 옛한글을 첫가끝(IPF) 방식으로 변환하는 라이브러리

[문서](https://docs.rs/hypua)

## 사용법

- `Cargo.toml``dependencies` 항목에 `hypua`를 추가합니다.

```toml
[dependencies]
hypua = "0.1.0"
```