Module raw_structs

Module raw_structs 

Source
Expand description

Contains all the raw structs.

These are not meant to be used directly, but are used to deserialize the JSON data from the .json file inside the .sb3 file.

Re-exports§

pub use raw_block::*;
pub use raw_costume::*;
pub use raw_project::*;
pub use raw_sound::*;
pub use raw_target::*;

Modules§

raw_block
The raw_block module contains the RawBlock struct and related functionality.
raw_costume
The raw_costume module contains the RawCostume struct.
raw_project
The raw_project module contains the RawProject struct and related functionality.
raw_sound
The raw_sound module contains the RawSound struct.
raw_target
The raw_target module contains the RawTarget enum.