simplegen 0.2.1

simplegen is a simple text buffer that maintains indentation for calls to `println()`. The contents of the buffer can be retrieved by calling the `to_string()` method.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[badges.maintenance]
status = "actively-developed"

[dependencies]

[package]
authors = ["Gary Moore"]
categories = ["template-engine"]
description = "simplegen is a simple text buffer that maintains indentation\nfor calls to `println()`. The contents of the buffer can be retrieved by\ncalling the `to_string()` method."
edition = "2018"
keywords = ["codegen"]
license = "GPL-2.0-only"
name = "simplegen"
readme = "README.md"
repository = "https://github.com/MadManGaz/simplegen/"
version = "0.2.1"