rbx-ds-cloud 0.1.1

CLI and Library for Roblox's Datastore Open Cloud API
Documentation
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](https://refineddev.github.io/rbx-ds-cloud/)
//! ## Add to your project
//!
//! Add `rbx-ds-cloud` as a dependency
//! ```sh
//! $ cargo add rbx_ds_cloud
//! ```
//! 
//! ## Tutorial
//! Check out the [examples](https://github.com/RefinedDev/rbx-ds-cloud/tree/main/examples) directory in the repository of the project
pub mod api;