Expand description
The decoder for decoding Scratch 3.0 project files (.sb3).
This module provides functionality to decode .sb3 files into Rust structs.
It includes the Decoder struct and related methods for handling the decoding process.
Re-exports§
pub use decoder::*;pub use decoder_builder::*;pub use raw_structs::*;
Modules§
- decoder
- A decoder module for handling Scratch 3.0 project files (.sb3).
- decoder_
builder - A builder for creating a Decoder from either a file or in-memory bytes.
- raw_
structs - Contains all the raw structs.