Docs.rs
  • h3o-cli-0.2.1
    • h3o-cli 0.2.1
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • grim7reaper
    • Dependencies
      • anyhow ^1.0 normal
      • clap ^4.0 normal
      • either ^1.0 normal
      • geo-types ^0.7 normal
      • geojson ^0.24 normal
      • h3o ^0.4 normal
      • kml ^0.8 normal
      • maplit ^1.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thc ^0.1 normal
      • lit ^1.0 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

h3o_cli0.2.1

Module commands

  • Modules

In crate h3o_cli

?
Change settings

Module h3o_cli::commands

source ·
Expand description

CLI subcommands implementation.

Modules

  • cell_info
    Expose cell index information.
  • cell_to_boundary
    Expose CellIndex::boundary
  • cell_to_children
    Expose CellIndex::children
  • cell_to_latlng
    Expose LatLng::from
  • cell_to_local_ij
    Expose CellIndex::to_local_ij
  • cell_to_polygon
    Expose ToGeo::to_geom
  • compact
    Expose CellIndex::compact
  • compress
    Expose thc::compress
  • decompress
    Expose thc::decompress
  • geom_to_cells
    Expose ToCells::to_cells
  • grid_disk
    Expose CellIndex::grid_disk.
  • grid_path
    Expose CellIndex::grid_path_cells
  • index_decode
    Expose index’s components
  • latlng_to_cell
    Expose LatLng::to_cell
  • resolution_info
    Expose resolution information.