Skip to content

Commit

Permalink
Note existence of FFI crate
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei authored Mar 4, 2024
1 parent 8ae63a5 commit 4a8f2c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ Google Encoded Polyline encoding & decoding in Rust.
This crate uses `Coord` and `LineString` types from the `geo-types` crate, which encodes coordinates in `(x, y)` order. The Polyline algorithm and first-party documentation assumes the _opposite_ coordinate order. It is thus advisable to pay careful attention to the order of the coordinates you use for encoding and decoding.

[Documentation](https://docs.rs/polyline/)

## FFI
C-compatible FFI bindings for this crate are provided by the [polyline-ffi](https://crates.io/crates/polyline-ffi) crate.

0 comments on commit 4a8f2c4

Please sign in to comment.