textos 0.0.3

Texts, strings, formatting, unicode…
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// textos::fmt
//
//! Formatting.
//

mod indent;

pub use all::*;
pub(super) mod all {
    #[doc(inline)]
    pub use super::indent::*;
}