inform 0.1.0

Another rust indentation formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# inform: INdent FORMatter

A `std::fmt::Formatter` drop-in replacement designed for formatting structured data such as AST nodes.

## Alternatives

The following crates are alternatives that I found did not fit my use case.

- https://crates.io/crates/indent
- https://crates.io/crates/indenter
- https://crates.io/crates/indentation
- https://docs.rs/indent_write/latest/indent_write/index.html

## License

A copy of the MIT License is provided in the [LICENSE](LICENSE) file.