gd 0.0.0

Geometry Dash API wrapper written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod client;
pub mod credentials;
pub mod crypto;
pub mod entities;
pub mod http;
pub mod internals;
pub mod thunk;
pub mod types;

mod cow;

pub use client::{Authenticated, AuthenticatedState, Client, Simple, SimpleState};
pub use credentials::Credentials;
pub use entities::{Artist, Entity, Song, SongReference};
pub use types::Id;