5 个版本
使用旧的 Rust 2015
0.1.4 | 2016 年 10 月 4 日 |
---|---|
0.1.3 | 2016 年 6 月 12 日 |
0.1.2 | 2016 年 6 月 3 日 |
0.1.1 | 2016 年 5 月 25 日 |
0.1.0 | 2016 年 5 月 23 日 |
#354 in #api-wrapper
8KB
jservice-rs
Rust 的 jService API 包装器。
文档
https://vectorious.github.io/jservice-rs/
使用示例
extern crate jservice;
use jservice::Clue;
fn main() {
// get 20 random clues
let clues: Vec<Clue> = jservice::get_random(Some(20)).unwrap();
for clue in clues {
println!("{}", clue.question);
}
}
lib.rs
:
jservice-rs
jservice-rs 是 jService 的 API 包装器。
依赖项
~7.5MB
~164K SLoC