rbx_ds_cloud/
lib.rs

1//! # `rbx-ds-cloud` - CLI and Library for Roblox's Datastore OpenCloud API
2//!
3//! `rbx-ds-cloud` is a CLI and Library for the Roblox Datastore Open Cloud API.
4//! To learn how to use the CLI visit the website [documentation](https://refineddev.github.io/rbx-ds-cloud/)
5//! ## Add to your project
6//!
7//! Add `rbx-ds-cloud` as a dependency
8//! ```sh
9//! $ cargo add rbx_ds_cloud
10//! ```
11//!
12//! ## Code examples
13//! Check out the [examples](https://github.com/RefinedDev/rbx-ds-cloud/tree/main/examples) directory in the repository of the project
14pub mod api;