gd 0.0.0

Geometry Dash API wrapper written in Rust.
Documentation
pub const MESSAGE_KEY: &str = "14251";
pub const QUEST_KEY: &str = "19847";
pub const LEVEL_PASSWORD_KEY: &str = "26364";
pub const COMMENT_KEY: &str = "29481";
pub const PASSWORD_KEY: &str = "37526";
pub const LEVEL_LEADERBOARD_KEY: &str = "39673";
pub const LEVEL_KEY: &str = "41274";
pub const LIKE_KEY: &str = "58281";
pub const RATE_KEY: &str = LIKE_KEY;
pub const CHEST_KEY: &str = "59182";
pub const LEADERBOARD_KEY: &str = "85271";

pub const SAVE_KEY: u8 = 11;

pub const LEVEL_SALT: &str = "xI25fpAapCQg";
pub const COMMENT_SALT: &str = "xPT6iUrtws0J";
pub const LIKE_SALT: &str = "ysg6pUrtjn0J";
pub const RATE_SALT: &str = LIKE_SALT;
pub const USER_LEADERBOARD_SALT: &str = "xI35fsAapCRg";
pub const LEVEL_LEADERBOARD_SALT: &str = "yPg6pUrtWn0J";
pub const QUEST_SALT: &str = "oC36fpYaPtdg";
pub const CHEST_SALT: &str = "pC26fpYaQCtg";
pub const PASSWORD_SALT: &str = "mI29fmAnxgTs";