codize 0.3.1

Simple, language-agnostic library that pretty-prints code for your code-generation tool.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.derivative]
version = "2.2.0"
[dev-dependencies.indoc]
version = "2.0.5"

[package]
authors = ["Pistonight <terrabyte100k@gmail.com>"]
categories = ["value-formatting"]
description = "Simple, language-agnostic library that pretty-prints code for your code-generation tool."
edition = "2021"
exclude = [".github/**/*", "Taskfile.yml"]
keywords = ["code", "block", "format", "nested", "print"]
license = "Unlicense"
name = "codize"
readme = "README.md"
repository = "https://github.com/Pistonite/codize"
version = "0.3.1"