Skip to content

Releases: sam0x17/quoth

v0.1.6

03 Apr 05:52
e897dca
Compare
Choose a tag to compare

Completely replaces Source backing with the IndexedString type from the safe-string crate, which allows for much safer manipulation of strings that might contain multi-byte UTF-8 characters. Now all parsing logic is built using this string type.

v0.1.5

01 Apr 20:26
bff6a2c
Compare
Choose a tag to compare

hotfix for some UTF-8 char index bugs, another update will come soon improving performance

v0.1.4

01 Apr 16:54
268b023
Compare
Choose a tag to compare

Adds an impl of Pattern for &'a Regex to allow easier use with a Lazy<Regex>

v0.1.3

01 Apr 06:40
a5e50c9
Compare
Choose a tag to compare

docs mostly done, more tests

v0.1.0

27 Mar 16:40
f2c04e5
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

initial release, expect bugs and changes, docs not written yet