[go: up one dir, main page]

toml_edit 0.2.0

Yet another format-preserving TOML parser.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [0.2.0] - 2020-06-18
- Added format preserving mutation functions for `Array`. [#88]https://github.com/ordian/toml_edit/pull/88
### Breaking
- `array.push` now returns a `Result`.