progress-encode 0.1.0

A Rust implementation of the Progress ENCODE function
Documentation
# WaniKani API

[![CI]][Actions] [![Latest Version]][crates.io] [![Documentation]][docs.rs] ![License]

`progress-encode` provides a Rust implementation of the Progress Software
`ENCODE` function.

## Usage

Add the following to your `Cargo.toml`

```toml
[dependencies]
progress-encode = "0.1"
```

## Rust version support

The minimum supported Rust toolchain version is currently **Rust 1.56.1**.

## License

* [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0
  ([LICENSE-APACHE]https://github.com/bladepoint6969/progress-encode/blob/HEAD/LICENSE-APACHE)

* [MIT License]https://opensource.org/licenses/MIT
  ([LICENSE-MIT]https://github.com/bladepoint6969/progress-encode/blob/HEAD/LICENSE-MIT)

[Actions]: https://github.com/bladepoint6969/progress-encode/actions/workflows/ci.yml
[CI]: https://github.com/bladepoint6969/progress-encode/workflows/CI/badge.svg
[crates.io]: https://crates.io/crates/progress-encode
[docs.rs]: https://docs.rs/progress-encode
[License]: https://img.shields.io/crates/l/progress-encode.svg