view interpreters/src/lib.rs @ 778:816e1f01d650

Partially replace the Loader with a Rust one
author Link Mauve <linkmauve@linkmauve.fr>
date Sat, 08 Nov 2025 18:26:01 +0100
parents 21b186be2590
children 7e940ebeb5fd
line wrap: on
line source

#![deny(missing_docs)]
#![feature(concat_idents)]

//! Crate implementing interpreters for various Touhou formats.

pub mod th06;