view src/lib.rs @ 638:a806f28e94fc

Add anm0 support.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 03 Jul 2019 22:17:04 +0200
parents afa012bb8021
children a8e0219162b6
line wrap: on
line source

#![deny(missing_docs)]

//! Crate implementing various Touhou formats.

pub mod util;
pub mod th06;