Mercurial > touhou
view src/lib.rs @ 720:cffb0f1531fc
ecl_vm: implemented spellcard QED: Ripple of 495 years
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Wed, 25 Sep 2019 16:59:21 +0200 |
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;