# kenall-rs
  [](https://crates.io/crates/crate-name) 
## About The Project
kenall-rs is an **UNOFFICIAL** command line tool for [KENALL](https://kenall.jp/) providing `REST API` that enables to search the addresses from postal code straightforward and efficient.
## Installation
### From crates.io
```sh
cargo install kenall-rs
```
### From latest main branch commit
```sh
cargo install --git https://github.com/chansuke/kenall-rs --branch main
```
## Usage
Please enter the 7digits numeric postal code that you want to search for the Japanese address.
```sh
kenall-rs NNNNNNN`
```
or
```sh
kenall-rs NNN-NNNN
```
## License
kenall-rs is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENCE-APACHE](LICENCE-APACHE), [LICENCE-MIT](LICENCE-MIT) for more information.