# Google Cloud Client Libraries for Rust - BigQuery API
**FEEDBACK WANTED:** We believe the APIs in this crate are stable, and
do not anticipate any breaking changes are needed. We are looking for
feedback before labeling the APIs "1.0". Changes (even breaking changes)
are still possible, but not expected.
We also believe the implementation is ready for production, bugs are
still possible, but not expected.
A data platform for customers to create, manage, share and query data.
## Quickstart
The main types to work with this crate are the clients:
- [DatasetService]
- [JobService]
- [ModelService]
- [ProjectService]
- [RoutineService]
- [RowAccessPolicyService]
- [TableService]
## Features
- `default-rustls-provider`: enabled by default. Use the default rustls crypto
provider ([aws-lc-rs]) for TLS and authentication. Applications with specific
requirements for cryptography (such as exclusively using the [ring] crate)
should disable this default and call
`rustls::crypto::CryptoProvider::install_default()`.
## More Information
- Read the [crate's documentation](https://docs.rs/google-cloud-bigquery-v2/0.1.1)
[aws-lc-rs]: https://crates.io/crates/aws-lc-rs
[ring]: https://crates.io/crates/ring
[DatasetService]: https://docs.rs/google-cloud-bigquery-v2/0.1.1/google_cloud_bigquery_v2/client/struct.DatasetService.html
[JobService]: https://docs.rs/google-cloud-bigquery-v2/0.1.1/google_cloud_bigquery_v2/client/struct.JobService.html
[ModelService]: https://docs.rs/google-cloud-bigquery-v2/0.1.1/google_cloud_bigquery_v2/client/struct.ModelService.html
[ProjectService]: https://docs.rs/google-cloud-bigquery-v2/0.1.1/google_cloud_bigquery_v2/client/struct.ProjectService.html
[RoutineService]: https://docs.rs/google-cloud-bigquery-v2/0.1.1/google_cloud_bigquery_v2/client/struct.RoutineService.html
[RowAccessPolicyService]: https://docs.rs/google-cloud-bigquery-v2/0.1.1/google_cloud_bigquery_v2/client/struct.RowAccessPolicyService.html
[TableService]: https://docs.rs/google-cloud-bigquery-v2/0.1.1/google_cloud_bigquery_v2/client/struct.TableService.html