//! 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.
pubmoddecoder;pubmoddecoder_builder;pubmodraw_structs;pubusedecoder::*;pubusedecoder_builder::*;pubuseraw_structs::*;