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
.
toml
[dependencies]
quackngo = "0.1"
and this to your crate root:
extern crate quackngo;
rust
use quackngo::Quack;
println!("{:#?}", Quack::new("!imdb+rushmore"));
qwk - a cli
Copyright 2016 Mark Sta Ana.
Licensed under the Apache License, Version 2.0