| Crates.io | rbx-ds-cloud |
| lib.rs | rbx-ds-cloud |
| version | 0.1.3 |
| created_at | 2022-08-09 07:42:10.00785+00 |
| updated_at | 2022-08-10 12:54:24.761169+00 |
| description | CLI and Library for Roblox's Datastore Open Cloud API |
| homepage | |
| repository | https://github.com/RefinedDev/rbx-ds-cloud |
| max_upload_size | |
| id | 641614 |
| size | 111,045 |

rbx-ds-cloud is a CLI and Library for interacting with Roblox's Datastore Open Cloud API
If you would like to use rbx-ds-cloud in a Rust project, just add rbx_ds_cloud to the Cargo.toml dependancy list of that project
[dependencies]
rbx_ds_cloud = "0.1.3"
Or, you can use the cargo add command
cargo add rbx_ds_cloud
You can run the following command to install the binary.
cargo install rbx_ds_cloud
It will be installed on the $HOME/.cargo/bin path by default, you may change it in your system's enviorment variables.
You can download the repository and build from the source
git clone https://github.com/RefinedDev/rbx-ds-cloud.git
cd rbx-ds-cloud
cargo build --release
Or, download and unzip the tool for your OS from the repository's releases page, you then have to add the binary's path to your system's environment variables