We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f718f commit 12c4f18Copy full SHA for 12c4f18
src/conversion.rs
@@ -525,6 +525,7 @@ where
525
/// let mut collection: GeometryCollection<f64> = quick_collection(&geojson).unwrap();
526
/// ```
527
#[cfg(feature = "geo-types")]
528
+#[cfg_attr(docsrs, doc(cfg(feature = "geo-types")))]
529
pub fn quick_collection<T>(gj: &GeoJson) -> Result<geo_types::GeometryCollection<T>, GJError>
530
where T: Float
531
{
0 commit comments