An open API service indexing awesome lists of open source software.

https://github.com/LeoBorai/rutcl

Chilean National ID (RUT) Parser
https://github.com/LeoBorai/rutcl

chile identifier national nid parse rut validate

Last synced: 4 months ago
JSON representation

Chilean National ID (RUT) Parser

Awesome Lists containing this project

README

        


RUT Chile


Chilean National ID (RUT) Parser


[![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)

## Getting Started

Add `rutcl` crate to your Cargo.toml

```bash
cargo add rutcl
```