#api #duck #go #duck-duck-go #duckduckgo #instant-answer

quackngo

Duck Duck Go InstantAnswer library written in Rust

5 releases

Uses old Rust 2015

0.1.4 Sep 3, 2016
0.1.3 Sep 2, 2016
0.1.2 Sep 1, 2016
0.1.1 Aug 31, 2016
0.1.0 Aug 31, 2016

#7 in #duck

27 downloads per month
Used in qwk

Apache-2.0

21KB
185 lines

quack

travis-ci: Build Status

A Duck Duck Go InstantAnswer API library written in rust.

Documentation

Usage

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"));

See also

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.

Dependencies

~7MB
~160K SLoC