4个版本
使用旧的 Rust 2015
0.1.3 | 2017年4月16日 |
---|---|
0.1.2 | 2017年4月14日 |
0.1.1 | 2017年4月13日 |
0.1.0 | 2017年4月13日 |
#12 in #uk
7KB
145 代码行
汉萨德
目前仅抓取最后20个 汉萨德边界卷 压缩文件。
使用方法:hansard all
获取最后20个卷并保存到 ./data/ 目录
作为库的使用方法
extern crate hansard;
use hansard::retrieve;
fn main(){
// call retrieve to start the download of the bound volumes
retrieve::retrieve();
}
lib.rs
:
库,用于获取英国议会的最后20卷汉萨德边界卷
使用方法
extern crate hansard;
use hansard::retrieve;
fn main(){
// call retrieve to start the download of the bound volumes
retrieve::retrieve();
}
依赖
~6.5MB
~137K SLoC