rbxapi 0.1.2

A Rust library for the Roblox API.
Documentation
1
2
3
4
5
6
7
mod api;
mod user;
mod game;

pub use api::Client;
pub use user::{User, UserBuilder};
pub use game::{Game, GameBuilder};