imag/lib/core/libimagstore/src
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
..
file_abstraction Update version string: 0.6.0 -> 0.7.0 2018-02-11 14:22:24 +01:00
configuration.rs Update dates in license header 2018-02-07 02:48:53 +01:00
error.rs Rewrite entry parsing algorithm 2018-02-20 21:06:36 +01:00
iter.rs Update dates in license header 2018-02-07 02:48:53 +01:00
lib.rs Rewrite entry parsing algorithm 2018-02-20 21:06:36 +01:00
store.rs Simplify store debug print 2018-02-19 11:51:21 +01:00
storeid.rs Update dates in license header 2018-02-07 02:48:53 +01:00
util.rs Rewrite entry parsing algorithm 2018-02-20 21:06:36 +01:00