Registry / other / h3ron
library0.18.0rscratesunverified

High-level rust API for H3

# Cargo.toml [dependencies] h3ron = "0.18.0"
INSTALL
IMPORT
SIG · H3RON
H
h3ron
otherrustv0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

H3Cell
use h3ron::H3Cell;

Create an H3 cell from latitude/longitude coordinates at resolution 9.

use h3ron::H3Cell; fn main() { let cell = H3Cell::from_coordinate(40.7128, -74.0060, 9).unwrap(); println!("H3 cell: {}", cell); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Meta
1
Resources