view src/lib.rs @ 672:d20cf9ede914

Verified some more of ecl_vm.
author Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com>
date Mon, 12 Aug 2019 20:26:12 +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;