Mercurial > touhou
view interpreters/src/lib.rs @ 775:28d8b892fd06
Python: Upgrade pyo3 from 0.17 to 0.26
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Mon, 13 Oct 2025 17:44:38 +0000 |
| 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;
