<div align="center">
<a href="https://github.com/kip93/cp437-tools"><img src="res/logo/small.png" width="256" alt="logo"/></a>
<b>CP437 tools</b>
A small collection of tools to handle CP437 files.
<a href="https://github.com/kip93/cp437-tools">
<img src="https://img.shields.io/github/languages/code-size/kip93/cp437-tools?style=flat&label=Size&color=067CC1&cacheSeconds=3600"
alt="Code size badge"/>
</a>
<a href="https://github.com/kip93/cp437-tools/graphs/commit-activity">
<img src="https://img.shields.io/github/commit-activity/m/kip93/cp437-tools?style=flat&label=Commit%20activity&color=067CC1&cacheSeconds=300"
alt="Commit activity badge"/>
</a>
<a href="https://github.com/kip93/cp437-tools/commits/main">
<img src="https://img.shields.io/github/last-commit/kip93/cp437-tools?style=flat&label=Last%20commit&color=067CC1&cacheSeconds=300"
alt="Last commit badge"/>
</a>
<br/>
<a href="https://lib.rs/cp437-tools">
<img src="https://img.shields.io/crates/v/cp437-tools.svg?style=flat&label=lib.rs&color=067CC1&cacheSeconds=3600"
alt="lib.rs badge"/>
</a>
<a href="https://crates.io/crates/cp437-tools">
<img src="https://img.shields.io/crates/d/cp437-tools.svg?style=flat&label=Downloads&color=067CC1&cacheSeconds=3600"
alt="crates.io downloads badge"/>
</a>
</div>
## Documentation
The documentation for the latest release is available @
[docs.rs](https://docs.rs/cp437-tools)
## Development
The repo comes with a [nix flake](./flake.nix), so simply type `nix develop` and
you'll have a bash terminal with all tools needed for building this codebase.
## Licenses
This project's code is made freely available under the [GPLv3+](./LICENSE.md)
license.
The [fonts](./res/fonts) used are provided by
[int10h.org](https://int10h.org/oldschool-pc-fonts) and redistributed with the
[CC-BY-SA-4.0](./res/fonts/LICENSE) license.