Mercurial > touhou
view formats/src/lib.rs @ 779:ee09657d3789
Replace the stage parser with the Rust one
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sat, 08 Nov 2025 19:29:33 +0100 |
| parents | 94033091458b |
| children |
line wrap: on
line source
#![feature(macro_metavar_expr_concat)] #![deny(missing_docs)] //! Touhou formats. pub mod th06;
