Docs.rs
  • versatiles_geometry-0.14.0
    • versatiles_geometry 0.14.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • MichaelKreil
    • Dependencies
      • anyhow ^1.0.91 normal
      • byteorder ^1.5.0 normal
      • futures ^0.3.31 normal
      • lazy_static ^1.5.0 normal
      • log ^0.4.22 normal
      • num_cpus ^1.16.0 normal
      • regex ^1.11.1 normal
      • tokio ^1.41.0 normal
      • versatiles_core ^0.14.0 normal
      • tokio ^1.41.0 dev
      • versatiles ^0.14.0 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

versatiles_geometry0.14.0

  • All Items

Crate Items

  • Modules
  • Structs
  • Enums
  • Traits
  • Type Aliases

Crate versatiles_geometry

Source

Re-exports§

  • pub use geojson::*;

Modules§

  • geojson
  • math
  • osm
  • vector_tile

Structs§

  • GeoCollection
  • GeoFeature
  • GeoProperties
  • LineStringGeometry
  • MultiLineStringGeometry
  • MultiPointGeometry
  • MultiPolygonGeometry
  • PointGeometry
  • PolygonGeometry
  • RingGeometry

Enums§

  • GeoValue
  • Geometry

Traits§

  • Convertible
  • MultiGeometryTrait
  • SingleGeometryTrait
  • VectorGeometryTrait

Type Aliases§

  • Coordinates0
  • Coordinates1
  • Coordinates2
  • Coordinates3