data-gov 0.4.0

Rust client library and CLI for data.gov - search, explore, and download U.S. government datasets
Documentation
1
2
3
4
5
mod ui;

fn main() -> Result<(), Box<dyn std::error::Error>> {
    ui::run()
}