Docs.rs
osm-io-0.1.4
osm-io 0.1.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
giora-kosoi-ng
Dependencies
anyhow ^1.0.82
normal
bytes ^1.6.0
normal
chrono ^0.4.37
normal
command-executor ^0.1.0
normal
escape_string ^0.1.2
normal
flate2 ^1.0.28
normal
json ^0.12.4
normal
log ^0.4.21
normal
num-format ^0.4.4
normal
num_cpus ^1.16.0
normal
postgres ^0.19.7
normal
prost ^0.12.4
normal
rand ^0.8.5
normal
regex ^1.10.4
normal
simple_logger ^4.3.3
normal
text-file-sort ^0.1.2
normal
transient-btree-index ^0.5.1
normal
unescape ^0.1.0
normal
uuid ^1.8.0
normal
benchmark-rs ^0.1.1
dev
prost-build ^0.12.3
build
Versions
28.04%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
osm_io
osm
apidb_dump
read
changeset_record.rs
element_iterator.rs
mod.rs
node_record.rs
node_relation.rs
node_relations_reader.rs
node_tag_record.rs
reader.rs
relation_member_record.rs
relation_record.rs
relation_relation.rs
relation_relations_reader.rs
relation_tag_record.rs
table_def.rs
table_fields.rs
table_pkey.rs
table_reader.rs
table_record.rs
user_record.rs
way_node_record.rs
way_record.rs
way_relation.rs
way_relations_reader.rs
way_tag_record.rs
write
current_object.rs
mod.rs
table_data_writer.rs
table_data_writers.rs
toc.rs
writer.rs
mod.rs
sql.rs
converters
mod.rs
model
bounding_box.rs
changeset.rs
coordinate.rs
element.rs
mod.rs
node.rs
relation.rs
tag.rs
user.rs
way.rs
pbf
blob_desc.rs
blob_iterator.rs
bounding_box_calculator.rs
calc_bounding_box_command.rs
compression_type.rs
dense_group_builder.rs
element_accumulator.rs
element_iterator.rs
file_block.rs
file_block_iterator.rs
file_block_metadata.rs
file_info.rs
mod.rs
osm_data.rs
osm_header.rs
parallel_element_iteration_command.rs
parallel_writer.rs
reader.rs
relations_group_builder.rs
string_table_builder.rs
thread_local_accumulator.rs
ways_group_builder.rs
writer.rs
mod.rs
lib.rs
osm_io/osm/apidb_dump/write/
mod.rs
Settings
Help
Summary
1
pub mod
writer;
2
3
mod
toc;
4
mod
table_data_writers;
5
mod
table_data_writer;
6
mod
current_object;