docs.rs failed to build gdlib-0.2.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
gdlib-0.3.2
GDLib
A library to interface with GD savefiles built in rust.
Capabilities
- Create and edit levels with full control
- Make objects with custom properties
- Read and write to Geometry Dash .dat savefiles
- Fast and lightweight
Examples
Install this crate through cargo add gdlib
Example code:
use ;
use ;
// Fetch levels from your CCLocalLevels.dat file
let mut levels = from_local.unwrap;
// Create a new Level object
let mut new_level = new;
// Add objects to new_level
new_level.add_object;
new_level.add_object;
// Add level to master Levels object and export back to savefile
levels.add_level;
levels.export_to_savefile_with_backup.unwrap;