Mercurial > touhou
view formats/src/lib.rs @ 795:2d60a14f4816
python: Rewrite the main entrypoint in Rust
This lets us progressively replace Python modules with Rust ones.
Currently missing features include:
- Saving replays
- Networking code for cooperative mode
- Reading a configuration file for options
- Maybe more.
But the base game is working, so yay!
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 02 Jun 2026 19:06:16 +0200 |
| parents | 94033091458b |
| children |
line wrap: on
line source
#![feature(macro_metavar_expr_concat)] #![deny(missing_docs)] //! Touhou formats. pub mod th06;
