Sha256: ae8160bce335d8cb67f0d522402ed7bdb47266ca774d2ba3edc661783c86bbbe
Contents?: true
Size: 425 Bytes
Versions: 15
Compression:
Stored size: 425 Bytes
Contents
# 1.1.0 * Adds the `std` feature (enabled by default) * Disabling the `std` feature makes the crate work in `#![no_std]` mode, assuming presence of the `alloc` crate # 1.0.0 * Adds the `join` convenience function. * Fixes parsing of `'\\n'` to match the behavior of bash/Zsh/Python `shlex`. The result was previously `\n`, now it is `\\n`. # 0.1.1 * Adds handling of `#` comments. # 0.1.0 This is the initial release.
Version data entries
15 entries across 15 versions & 1 rubygems