rutcl 0.1.2

Chilean National ID (RUT) Parser
Documentation
<div>
  <h1 align="center">RUT Chile</h1>
  <p align="center">Chilean National ID (RUT) Parser</p>
</div>

<div align="center">

[![Crates.io](https://img.shields.io/crates/v/rutcl.svg)](https://crates.io/crates/rutcl)
[![Documentation](https://docs.rs/rutcl/badge.svg)](https://docs.rs/rutcl)
![Build](https://github.com/EstebanBorai/rutcl/workflows/build/badge.svg)
![Clippy](https://github.com/EstebanBorai/rutcl/workflows/clippy/badge.svg)
![Formatter](https://github.com/EstebanBorai/rutcl/workflows/fmt/badge.svg)
![Tests](https://github.com/EstebanBorai/rutcl/workflows/test/badge.svg)

</div>

## Getting Started

Add `rutcl` crate to your Cargo.toml

```bash
cargo add rutcl
```