# **ZI**P **F**ile Names to **U**TF-8 (ZIFU) Core Library (`zifu_core`) [![CI (master)]()](https://github.com/tats-u/zifu-core/actions/workflows/master.yml) [![CI (Release)]()](https://github.com/tats-u/zifu-core/actions/workflows/release.yml) [![zifu_core at crates.io](https://img.shields.io/crates/v/zifu_core.svg)](https://crates.io/crates/zifu_core) [![zifu_core at docs.rs](https://docs.rs/zifu_core/badge.svg)](https://docs.rs/zifu_core/) [![Crates.io downloads](https://img.shields.io/crates/d/zifu_core)](https://crates.io/crates/zifu_core) [![Crates.io downloads (recent)](https://img.shields.io/crates/dr/zifu_core)]((https://crates.io/crates/zifu_core)) This is the core library of [ZIFU](https://github.com/tats-u/zifu). This used to be bundled in its crate, but I think that it is more useful for this core library to be forked as an independent library to be reused. You can use it to create, for example, an GUI version of ZIFU. ## How to use Refer to the source code of ZIFU CLI. ## License The MIT License; see [LICENSE.txt](LICENSE.txt) for details.