gdlib 0.3.2

Rust library for editing Geometry Dash savefiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
- improve tests
- fix doc examples
- revamp gdlevel with box optimization (for encrypted data) and better property map
- make a level header string parser
- fix issue 2
- optimize default.rs file
- add features: 
    - `shorthand`: shorthand constructors
        - on by default
- add proper benchmarks
- put object map inside of lookup.rs
- hashing of gd objects and levels
- compartmentalization of crate via feature toggles