Skip to content

Reliable Parsing with Rust

schrieveslaach requested to merge feature/reliable-parsing into master

This merge request adds a new parser approach that can handle SPG v3. The parser is written in Rust because it is more safe than parsing files in PHP.

  • Parsing v3 (Fixes #5 (closed))
  • Cross-compiling for Raspbian (see here for reference)
  • Use smallvec instead of heapless
  • Sharing SPG files has to work

Merge request reports