Crate utiles_core

source ·
Expand description

utiles-core ~ core util(e)ities

Re-exports§

Modules§

Macros§

  • point2d macro to create a new point. Replacement for coord! macro from geo-types
  • Tile macro to create a new tile.

Enums§

Constants§

Traits§

  • Coord2d like trait for 2D coordinates has x/y getters
  • IsOk trait for checking if a value is Ok and returns a result of self or an error
  • LngLat like trait
  • Trait def for tile-like objects/structs/things/whatevers

Type Aliases§

  • Result type for utiles-core; really a type alias for Result<T, UtilesCoreError>