faradayio / geocode-csv

Geocode a CSV file using the SmartyStreets API
7 stars 3 forks source link

Fix platform-specific pointer casts #19

Open joshua-cooper opened 5 months ago

joshua-cooper commented 5 months ago

Because of the string casts to *mut i8, libpostal-rust fails to build on aarch64-linux. Fixed by inferring the c_char type alias instead.

joshua-cooper commented 5 months ago

If this is merged, can you publish a new patch release of libpostal-rust on crates.io?