[go: up one dir, main page]

indent_write 2.1.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
17
# Changelog

## 2.1.0

### Added

- Added a new constructor, `new_skip_indent`, to `fmt::IndentWriter` and `io::IndentWriter`. This constructor configures the write to omit the indent on the initial line.

## 2.0.0

### Removed

- Removed `IndentedWrite`, which was left over from a previous (unreleased) version of `indent-write` which I simply forgot to delete from the code before releasing

## 1.0.0

Initial release!