osmic-repl 0.1.1

OSM replication: change file parsing, feature store, incremental tile updates
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod apply;
pub mod dirty;
pub mod osc;
pub mod state;
pub mod store;

pub use apply::apply_changes;
pub use dirty::DirtyTileSet;
pub use osc::{ChangeAction, OscChange, OscElement};
pub use state::ReplicationState;
pub use store::FeatureStore;