Crate kenall_rs[][src]

kenall-rs: A command line tool of Kenall.

Kenall is a efficient service for searching japanese address from postal code and making complexity simple and straightforward. This is a unofficial cli tool of for that.

If you want to check the detail of the API, please check the page below

https://www.notion.so/API-47ab1a425d9e48aaad5b34b4f703c718

Re-exports

pub use crate::api::fetch_address;
pub use crate::cli::run;
pub use crate::errors::KenallError;
pub use crate::model::PostalCodeResponse;
pub use crate::ui::Ui;

Modules

api

Handle API connection.

cli
errors

Custom errors.

model

Data structure for postal parcel record.

ui