bamcensus-tiger 0.1.0

Work with geospatial data in the TIGER/Lines datasets
Documentation
1
2
3
4
5
6
7
pub mod constants;

mod tiger_resource;
mod tiger_uri_builder;

pub use tiger_resource::TigerResource;
pub use tiger_uri_builder::TigerResourceBuilder;