Crates.io | hansard |
lib.rs | hansard |
version | 0.1.3 |
source | src |
created_at | 2017-04-13 12:11:45.037292 |
updated_at | 2017-04-16 08:08:30.033358 |
description | Gets the last 20 Hansard Bound Volumes for the UK Parliament |
homepage | https://github.com/mount-research/hansard |
repository | https://github.com/mount-research/hansard |
max_upload_size | |
id | 10490 |
size | 6,800 |
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();
}