Crates.io | quackngo |
lib.rs | quackngo |
version | 0.1.4 |
source | src |
created_at | 2016-08-31 17:13:17.440927 |
updated_at | 2016-09-03 11:56:09.88521 |
description | Duck Duck Go InstantAnswer library written in Rust |
homepage | |
repository | https://github.com/booyaa/quackngo |
max_upload_size | |
id | 6197 |
size | 109,889 |
A Duck Duck Go InstantAnswer API library written in rust.
This crate is on crates.io and can be
used by adding quack
to the dependencies in your project's Cargo.toml
.
[dependencies]
quackngo = "0.1"
and this to your crate root:
extern crate quackngo;
use quackngo::Quack;
println!("{:#?}", Quack::new("!imdb+rushmore"));
qwk - a cli
Copyright 2016 Mark Sta Ana.
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> at your option. This file may not be copied, modified, or distributed except according to those terms.