hansard 0.1.2

Gets the last 20 Hansard Bound Volumes for the UK Parliament
Documentation

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