nesty 0.1.0

Generate code with with human readable indentation
Documentation
[dependencies.colored]
optional = true
version = "2.0.0"

[dependencies.prettydiff]
default-features = false
optional = true
version = "0.5.0"
[dev-dependencies.indoc]
version = "1.0.3"

[features]
diff_assert = ["prettydiff", "colored"]

[package]
description = "Generate code with with human readable indentation"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "nesty"
repository = "https://gitlab.com/TheZoq2/nesty"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["diff_assert"]