2 releases

0.1.1 Jan 26, 2025
0.1.0 Feb 26, 2024

#39 in #bounds

Download history 13/week @ 2024-12-06 108/week @ 2025-01-24 17/week @ 2025-01-31 3/week @ 2025-02-07 61/week @ 2025-02-14 3/week @ 2025-02-21 4/week @ 2025-02-28

73 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

~220KB