bing-rs 0.0.1

Rust bindings to to the Bing API
Documentation

Bing API for Rust

This is currently still a work-in-progress. Ignore this library for now!

Example

First, set the SUBSCRIPTION_KEY constant in examples/simple.rs or examples/detailed.rs.

After that, you can try the examples by running cargo run --example simple or cargo run --example detailed!