Mercurial > touhou
view src/lib.rs @ 725:fbf89cba04e2
ecl_vm: some work on spellcard 11
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Tue, 29 Oct 2019 15:41:23 +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;