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 |
#12 in #uk
7KB
145 lines
Hansard
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
~137K SLoC