hansard

Crates.iohansard
lib.rshansard
version0.1.3
sourcesrc
created_at2017-04-13 12:11:45.037292
updated_at2017-04-16 08:08:30.033358
descriptionGets the last 20 Hansard Bound Volumes for the UK Parliament
homepagehttps://github.com/mount-research/hansard
repositoryhttps://github.com/mount-research/hansard
max_upload_size
id10490
size6,800
shockham (shockham)

documentation

https://docs.rs/hansard

README

Hansard

crates.io version

At the moment just grabs the last 20 Hansard Bound Volumes zipfiles.

Usage: hansard all Gets the last 20 bound volumes and saves to ./data/ directory

Usage as library:

    extern crate hansard;

    use hansard::retrieve;

    fn main(){
        // call retrieve to start the download of the bound volumes
        retrieve::retrieve();
    }
Commit count: 408

cargo fmt