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:
libpostal
source code.libpostal
, using provided global locks.libpostal-sys
crate that can be shared between one or more high-level crates, as per standard Rust conventions.x86_64
Macs to aarch64
(Apple Silicon).```sh
git submodule update --init
bindgen wrapper.h -o src/bindings.rs ```