yes_parser 1.0.2

Your Extensible Script standard parser reads so you can write!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 1.0.2

- Space-delimited parsing now consumes trailing blank characters correctly after parsing a keyvalue.
- Added test for the above case.
- Added `fmt::Display` trait for `Element` struct which provides `ToString`. Added a test for this feature.
- Ran `rustup upgrade` to use latest toolchain.

# 1.0.1

- Forgot to checkin an updated cargo toml with more information.

# 1.0.0

- Initial release