temporary fork of saphyr with serde support merged into main.
Find a file
Eduardo Sánchez Muñoz e215f546f3 Remove all unsafe code.
* Use `str::strip_prefix` to avoid using `str::from_utf8_unchecked`
* Avoid most uses of `extend_left` unsafe function
* Remove `Input::push_back` and remaining unsafe
2024-08-12 17:06:14 +02:00
parser Remove all unsafe code. 2024-08-12 17:06:14 +02:00