gd 0.0.0

Geometry Dash API wrapper written in Rust.
Documentation
1
2
3
4
5
6
7
pub mod artist;
pub mod base;
pub mod song;

pub use artist::Artist;
pub use base::Entity;
pub use song::{Song, SongReference};