indent_write 2.2.0

Simple Write adapters to add line indentation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "indent_write"
version = "2.2.0"
authors = ["Nathan West <Lucretiel@gmail.com>"]
edition = "2018"

readme = "README.md"
license = "MPL-2.0"
description = "Simple Write adapters to add line indentation"
repository = "https://github.com/Lucretiel/indent-write"

[dependencies]

[features]
std = []
default = ["std"]