georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 42 forks source link

Split out FFI part and prevent rebuilds #43

Closed GuillaumeGomez closed 5 years ago

GuillaumeGomez commented 5 years ago

The first commit splits out the FFI part into another crate (which is available in https://github.com/georust/geos-sys).

The second commit allows to prevent rebuild by generating a doc comment from the README instead of generating a test file everytime.

antoine-de commented 5 years ago

wouldn't it have been easier to maintain if both crates were in the same repository ?

GuillaumeGomez commented 5 years ago

That's up to debate. I personally prefer multi-repositories setup.