Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 380 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 380 Bytes

Bing API for Rust

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

Example

First, you must set the SUBSCRIPTION_KEY environment variable to the key you got from Bing. If you're using Custom Speech API, you must also set ENDPOINT_ID.

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