| Crates.io | sb3-decoder |
| lib.rs | sb3-decoder |
| version | 0.1.0 |
| created_at | 2025-08-29 18:15:29.080929+00 |
| updated_at | 2025-08-29 18:15:29.080929+00 |
| description | A Rust library for decoding Scratch 3.0 project files (.sb3) |
| homepage | |
| repository | https://github.com/Muhtasim-Rasheed/sb3-decoder |
| max_upload_size | |
| id | 1816246 |
| size | 159,592 |
sb3-decoderA rust crate for decoding Scratch 3.0 project files (.sb3).
It provides functionality to read and parse the contents of .sb3 files, which are ZIP archives containing JSON files and assets used in Scratch projects.
costume_png: Rasterizes SVG costumes to PNG using resvg. Re-exports the image crate.costume_svg: Parses SVG costumes using usvg. Re-exports the usvg crate.Note: Enabling both
costume_pngandcostume_svgwill cause a compile-time error. You must enable only one of them. Note: Enabling none of these features will also cause a compile-time error. You must enable one of them.