Mercurial > touhou
view src/lib.rs @ 637:afa012bb8021
Hello Rust!
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Wed, 03 Jul 2019 16:27:12 +0200 |
parents | |
children | a8e0219162b6 |
line wrap: on
line source
#![deny(missing_docs)] //! Crate implementing various Touhou formats. pub mod util; pub mod th06;