# hayro-cmap
[](https://crates.io/crates/hayro-cmap)
[](https://docs.rs/hayro-cmap)
A parser for cmap files, as they are found in PDFs.
This crate provides a parser for CMap files and allows you to
- Map character codes from text-showing operators to CID identifiers.
- Map CIDs to Unicode characters or strings.
### Safety
This crate forbids unsafe code via a crate-level attribute.
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
at your option.