用于读取OpenStreetMap PBF文件格式(* .osm.pbf)的Rust库。-Rust开发

时间:2024-06-16 13:34:57
【文件属性】:

文件名称:用于读取OpenStreetMap PBF文件格式(* .osm.pbf)的Rust库。-Rust开发

文件大小:57KB

文件格式:ZIP

更新时间:2024-06-16 13:34:57

Rust Text processing

用于读取OpenStreetMap PBF文件格式(* .osm.pbf)的Rust库。 它力求通过一个简单的接口使用并行化和延迟解码来提供最佳性能,同时还公开了PBF文件中各个级别的项目的迭代器。 osmpbf用于读取OpenStreetMap PBF文件格式(* .osm.pbf)的Rust库。 它力求通过一个简单的接口使用并行化和延迟解码来提供最佳性能,同时还为PBF文件中的每个级别的项目公开迭代器。 用法将其添加到您的Cargo.toml中:[dependencies] osmpbf =“ 0.2”,如果您使用的是Rust 2015,请将此行添加到板条箱根中:extern crate osmpbf; 这是一个简单的示例,它计算文件中的所有内容:使用osmpbf :: {ElementR


【文件预览】:
osmpbf-master
----.gitignore(32B)
----build_proto.rs(542B)
----src()
--------blob.rs(15KB)
--------proto()
--------dense.rs(10KB)
--------error.rs(7KB)
--------block.rs(11KB)
--------mmap_blob.rs(7KB)
--------indexed.rs(14KB)
--------util.rs(939B)
--------reader.rs(5KB)
--------elements.rs(17KB)
--------lib.rs(2KB)
----.travis.yml(214B)
----Cargo.toml(753B)
----examples()
--------indexed.rs(1KB)
--------count.rs(971B)
----LICENSE-MIT(1KB)
----README.md(4KB)
----tests()
--------test.osm.pbf(302B)
--------read.rs(7KB)
--------test_nozlib.osm.pbf(303B)
--------test.osm(998B)
--------test_nozlib_nodense.osm.pbf(324B)
----.appveyor.yml(1KB)
----LICENSE-APACHE(11KB)

网友评论