Skip to main content

ftts_artifacts/
lib.rs

1#![forbid(unsafe_code)]
2
3//! Safe readers and writers for FrankenTTS artifacts.
4
5pub mod census;
6pub mod converter;
7pub mod fttsq;
8pub mod safetensors;
9pub mod sha256;
10
11/// Identifies this crate's scaffold revision.
12pub const SCAFFOLD_REVISION: u8 = 1;