libpostal-rust

Crates.iolibpostal-rust
lib.rslibpostal-rust
version0.1.1
sourcesrc
created_at2022-02-17 00:53:58.138461
updated_at2022-02-17 12:38:18.473569
descriptionHigh-level wrappers for libpostal address normalization (with locks to support thread-safe initialization)
homepagehttps://github.com/faradayio/geocode-csv/tree/main/crates/libpostal-rust
repositoryhttps://github.com/faradayio/geocode-csv
max_upload_size
id533687
size14,824
Eric Kidd (emk)

documentation

https://docs.rs/libpostal-rust

README

libpostal-rust: Yet Another libpostal Wrapper

This is another set of high-level bindings for the libpostal library. Several other Rust wrappers for this library exist. This one includes the following features, which may or may not be available elsewhere:

  • No need to have libpostal installed.
  • Support for building static Rust binaries.
  • Support for thread-safe initialization of libpostal.
  • Support from cross-compiling from x86_64 Macs to aarch64 (Apple Silicon), for use with GitHub CI builders and similar setups.

API Documentation

Commit count: 130

cargo fmt