2 releases

0.1.1 Jan 26, 2025
0.1.0 Feb 26, 2024

#40 in #bounds

Download history 5/week @ 2024-11-03 13/week @ 2024-12-08 114/week @ 2025-01-26 13/week @ 2025-02-02 45/week @ 2025-02-09 12/week @ 2025-02-16

184 downloads per month
Used in 3 crates

MIT license

4KB
60 lines

Miltr Utils

This is a small utility package to be used in the miltr implementations.

ATM it's only justification for existing is the ByteParsing trait on top of the bytes crate.

I needed some safe wrappers around methods on bytes::BytesMut to check for out of bounds. An alternative may be the try_buf crate. Or, if bytes itself gains something along the lines of try_get_* methods, that would be suitable as well.

Dependencies

~215KB