stack-formatter 0.1.0

Canonical formatter for the Stack diagram language
Documentation
1
2
3
4
5
6
7
8
9
10
# Stack Formatter

The pure Rust canonical formatter for the Stack diagram language. It consumes `stack-compiler` from crates.io and does not perform filesystem or network I/O.

```toml
[dependencies]
stack-formatter = "=0.1.0"
```

Rust 1.85 or newer is supported. See the [API documentation](https://docs.rs/stack-formatter) and the [canonical formatting contract](https://github.com/stack-sh/specification) for behavior. Cross-repository conformance tests require the pinned specification checkout and run in repository CI.