1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! # `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]()
//! ## Add to your project
//!
//! Add `rbx-ds-cloud` as a dependency
//! ```sh
//! $ cargo add rbx_ds_cloud
//! ```
//! 
//! ## Tutorial
//! Check out the [examples]() directory in the repository of the project
pub mod api;