Skip to content

Commit

Permalink
Add multithreading feature to geo-types top-level docs
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Nov 6, 2024
1 parent 6df4c2f commit 1137aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geo-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
//! The following optional [Cargo features] are available:
//!
//! - `std`: Enables use of the full `std` library. Enabled by default.
//! - `multithread`: Enables multi-threaded iteration over `Multi*` geometries. **Disabled**
//! by default but **enabled** by `geo`'s default features.
//! - `approx`: Allows geometry types to be checked for approximate equality with [approx]
//! - `arbitrary`: Allows geometry types to be created from unstructured input with [arbitrary]
//! - `serde`: Allows geometry types to be serialized and deserialized with [Serde]
Expand Down

0 comments on commit 1137aef

Please sign in to comment.