#bounds #volume #retrieve #uk #data #save #directory

bin+lib hansard

Gets the last 20 Hansard Bound Volumes for the UK Parliament

4 releases

Uses old Rust 2015

0.1.3 Apr 16, 2017
0.1.2 Apr 14, 2017
0.1.1 Apr 13, 2017
0.1.0 Apr 13, 2017

#11 in #uk

MIT license

7KB
145 lines

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();
    }

lib.rs:

Library to get the last 20 Hansard Bound Volumes of the UK Parliament

Usage:

extern crate hansard;

use hansard::retrieve;

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

Dependencies

~6.5MB
~142K SLoC