yaml-rust-davvid 0.5.2

The missing YAML 1.2 parser for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog

## v0.5.2

**Development**:

- `hashlink` is [now used]https://github.com/chyh1990/yaml-rust/pull/157
  instead of `linked_hash_map`.


## v0.5.1

**Features**:

- Multi-line strings are now [emitted using block scalars]https://github.com/chyh1990/yaml-rust/pull/136.