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

https://github.com/asg017/usaddress-rs


https://github.com/asg017/usaddress-rs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# usaddress-rs

A Rust port of [usaddress](https://github.com/datamade/usaddress), a Python library for parsing US-based postal addresses. Uses the same `crfsuite` model under-the-hood.

Not done yet - a big work in progress! Once done, there will be:

- A low-level Rust library implementing a similar API to the Python one
- A SQLite extension
- A WASM library for running in the browser
- A small CLI tool