view src/lib.rs @ 737:0977d479e37d

ecl_vm: Uncomment instruction 121 function 8.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 28 Dec 2019 22:56:32 +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;