bml 0.3.0

BML Markup Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Version 0.3.0 (2020-10-16)

  * Update dependencies.
  * License under `ISC`.

# Version 0.2.0 (2019-05-13)

  * Hide parser implementation.
  * Implement serialization via `Display` trait.
  * Support `ordered-multimap` on Rust nightly channel.
  * Support `DoubleEndedIterator` and `ExactSizeIterator`.
  * Use `TryFrom` instead of `FromStr`.
  * Add `value()`.

# Version 0.1.0 (2019-05-08)

  * Initial release