Crate hansard [] [src]

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

Modules

retrieve

Module for retrieving the Hansard bound volumes