bing-rs 0.0.4

Rust bindings to the Bing API
docs.rs failed to build bing-rs-0.0.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bing-rs-0.0.3

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!