Mercurial > touhou
view src/lib.rs @ 735:b9928db975e1
ecl: Enable instruction 99.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 28 Dec 2019 19:20:20 +0100 |
parents | a8e0219162b6 |
children |
line wrap: on
line source
#![deny(missing_docs)] #![feature(concat_idents)] //! Crate implementing various Touhou formats. pub mod util; pub mod th06;