shuck-format 0.0.21

Formatting document model and pretty-printer primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "shuck-format"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "Formatting document model and pretty-printer primitives"
keywords = ["formatter", "pretty-printer", "document"]
categories = ["text-processing", "development-tools"]
readme = "README.md"

[dependencies]
unicode-width = "0.2"