···1//! Crate for defining and handling `nailpit` configuration. Defines the main
2//! [`NailConfig`] struct, as well as the utility method to derive the config object
3//! from various `toml` files.
045use core::num::NonZero;
6use std::{ops::Deref, sync::Arc};
···1//! Crate for defining a HTML generator based on a markov chain source, using a string
2//! interner to reduce memory usage both within a markov chain and across multiple chains.
034use core::task::Poll;
5use std::{