view formats/src/lib.rs @ 761:f506ad5c9b17

formats: Replace unwrap() with proper io::Error.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Wed, 06 Jan 2021 01:47:06 +0100
parents 21b186be2590
children
line wrap: on
line source

#![feature(concat_idents)]
#![deny(missing_docs)]

//! Touhou formats.

pub mod th06;