# ReQL Driver This is a [ReQL] driver written in [Rust]. [![travis-badge][]][travis] [![cratesio-badge][]][cratesio] [![docsrs-badge][]][docsrs] ## Sponsors Development of this driver has in part been sponsored by [WideFind AB], an IoT company based in Sweden, developing high-accuracy, high performance indoor positioning hardware and software solutions. ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [asl2]) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions. [ReQL]: https://rethinkdb.com/api [Rust]: https://rust-lang.org [travis-badge]: https://travis-ci.org/rethinkdb/rethinkdb-rs.svg?branch=next [travis]: https://travis-ci.org/rethinkdb/rethinkdb-rs [cratesio-badge]: https://img.shields.io/crates/v/reql.svg [cratesio]: https://crates.io/crates/reql [docsrs-badge]: https://docs.rs/reql/badge.svg [docsrs]: https://docs.rs/reql [WideFind AB]: https://www.widefind.se [asl2]: http://www.apache.org/licenses/LICENSE-2.0