{"id":73638,"library":"wkb","title":"WKB","description":"Fast, pure-Rust reader and writer for Well-Known Binary geometries.","status":"active","version":"0.9.2","language":"rust","source_language":null,"source_url":"https://github.com/georust/wkb","tags":["gis","geometry","wkb","geospatial"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwkb = \"0.9.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add wkb","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Wkb","correct":"use wkb::Wkb;"}],"quickstart":{"code":"use wkb::Wkb;\nuse geo_types::Point;\n\nfn main() {\n    let point = Point::new(1.0, 2.0);\n    let wkb = Wkb::from(point);\n    let bytes: Vec<u8> = wkb.to_bytes().unwrap();\n    println!(\"{:?}\", bytes);\n}","lang":"rust","description":"Converts a geo Point to WKB bytes."},"warnings":[],"env_vars":null,"search_vec":"'binari':13 'fast':2 'geometri':14,16 'geospati':18 'gis':15 'known':12 'pure':4 'pure-rust':3 'reader':6 'rust':5 'well':11 'well-known':10 'wkb':1,17 'writer':8","created_at":"2026-06-17T18:53:20.642602+00:00","updated_at":"2026-06-17T18:53:20.642602+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/georust/wkb","github":"https://github.com/georust/wkb","docs":"https://docs.rs/wkb/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}