view formats/src/lib.rs @ 790:d005f5927447

utils: Use const_for to make more const fn
author Link Mauve <linkmauve@linkmauve.fr>
date Sat, 17 Jan 2026 14:12:08 +0100
parents 94033091458b
children
line wrap: on
line source

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

//! Touhou formats.

pub mod th06;