Mercurial > touhou
view interpreters/src/lib.rs @ 764:d18c0bf11138
Python: Use logger.warning() as logger.warn() is deprecated
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 26 Aug 2022 18:55:39 +0200 |
parents | 21b186be2590 |
children |
line wrap: on
line source
#![deny(missing_docs)] #![feature(concat_idents)] //! Crate implementing interpreters for various Touhou formats. pub mod th06;