libtlafmt 0.4.1

A formatter library for TLA+ specs, core of tlafmt
Documentation
1
2
3
4
5
mod indent;
mod newline;

pub(crate) use indent::*;
pub(crate) use newline::*;