Registry / serialization / wkb
library0.9.2rscratesunverified

Fast, pure-Rust reader and writer for Well-Known Binary geometries.

# Cargo.toml [dependencies] wkb = "0.9.2"
INSTALL
IMPORT
SIG · WKB
W
wkb
serializationrustv0.9.2
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.

Wkb
✓ use wkb::Wkb;

Converts a geo Point to WKB bytes.

use wkb::Wkb; use geo_types::Point; fn main() { let point = Point::new(1.0, 2.0); let wkb = Wkb::from(point); let bytes: Vec<u8> = wkb.to_bytes().unwrap(); println!("{:?}", bytes); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
wkb — cargo add wkb · libregistry