Go to file
Ivan Enderlin ab717513ec fix(decoders) Remove the unsafe block in the string parser.
Instead of using `str::from_utf8_unchecked`, this patch updates the
code to use `str::from_utf8` and handles the error appropriately.
2020-02-13 13:52:23 +01:00
src fix(decoders) Remove the unsafe block in the string parser. 2020-02-13 13:52:23 +01:00
Cargo.toml feat(interface-types) Use nom 5.1. 2020-02-10 14:05:13 +01:00