//! A utility library for tytanic and its internal crates.
//!//! This library makes _*no stability guarantees*_ at the moment and likely
//! won't ever.
pubmodassert;pubmodfmt;pubmodfs;pubmodpath;pubmodresult;pubmodtypst;/// Re-exports of useful traits and types.
pubmodprelude{pubuseresult::ResultEx;usesuper::*;}modprivate{pub(crate)traitSealed{}impl<T, E> Sealed forResult<T, E>{}}