layouts 0.1.0

Conveniently lay out and format your data structures, and decide how to render them separately
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "layouts"
description = "Conveniently lay out and format your data structures, and decide how to render them separately"
version = "0.1.0"
license = "ISC OR Apache-2.0"
edition = "2018"
repository = "https://github.com/ergorusty/layouts"
keywords = ["pretty-printing", "format", "pretty", "print", "beautify"]
categories = ["value-formatting", "command-line-interface", "development-tools"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
getset = "0.1.1"
pretty = "0.10.0"
tycho = "0.1.2"