comparison src/lib.rs @ 639:a8e0219162b6

Implement AnmRunner.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 04 Jul 2019 15:21:46 +0200
parents afa012bb8021
children
comparison
equal deleted inserted replaced
638:a806f28e94fc 639:a8e0219162b6
1 #![deny(missing_docs)] 1 #![deny(missing_docs)]
2 #![feature(concat_idents)]
2 3
3 //! Crate implementing various Touhou formats. 4 //! Crate implementing various Touhou formats.
4 5
5 pub mod util; 6 pub mod util;
6 pub mod th06; 7 pub mod th06;