sb3-decoder 0.1.0

A Rust library for decoding Scratch 3.0 project files (.sb3)
Documentation
1
2
3
4
5
6
7
8
//! The utils module that provides various utility functions that
//! are used internally by the crate.

#[cfg(feature = "costume_png")]
pub mod svg_rasterization;

#[cfg(feature = "costume_png")]
pub use svg_rasterization::*;