view utils/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 daa23a4ff24d
children
line wrap: on
line source

//! Module containing a bunch of helper modules.

pub mod bitstream;
pub mod lzss;
pub mod math;
pub mod prng;