Skip to content

v0.1.6

Compare
Choose a tag to compare
@sam0x17 sam0x17 released this 03 Apr 05:52
· 6 commits to main since this release
e897dca

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.