//! # `rbx-ds-cloud` - CLI and Library for Roblox's Datastore OpenCloud API
//!
//! `rbx-ds-cloud` is a CLI and Library for the Roblox Datastore Open Cloud API.
//! To learn how to use the CLI visit the website [documentation](https://refineddev.github.io/rbx-ds-cloud/)
//! ## Add to your project
//!
//! Add `rbx-ds-cloud` as a dependency
//! ```sh
//! $ cargo add rbx_ds_cloud
//! ```
//!
//! ## Code examples
//! Check out the [examples](https://github.com/RefinedDev/rbx-ds-cloud/tree/main/examples) directory in the repository of the project