libpostal-sys

Low-level Rust bindings for the excellent address-parsing library libpostal. Several other Rust wrappers for this library exist. This one includes the following features, which may or may not be available elsewhere:

Development notes

```sh

Check out libpostal source code as a git submodule.

git submodule update --init

Update our Rust API bindings manually.

bindgen wrapper.h -o src/bindings.rs ```