imag/lib/core
Matthias Beyer 9fb5f453fe Rewrite entry parsing algorithm
Rewrite without regex crate.

The regex approach was broken. If the following _content_ was provided
in the entry:

    foo

    ---

    bar

The regex approach parsed the header until the "---" in the content.
This is, of course, not the way to do that.

Now, the parsing is implemented by hand. Should be faster as well,
though I don't care about this.

This fixes a severe bug.
2018-02-20 21:06:36 +01:00
..
libimagerror Use writeln!() instead of write!() 2018-02-20 19:24:34 +01:00
libimagrt Merge pull request #1224 from matthiasbeyer/git-version-in-version 2018-02-18 20:03:09 +01:00
libimagstore Rewrite entry parsing algorithm 2018-02-20 21:06:36 +01:00