2 releases

new 0.1.1 Jan 26, 2025
0.1.0 Feb 26, 2024

#38 in #bounds

Download history 1/week @ 2024-10-30 4/week @ 2024-11-06 7/week @ 2024-12-04 6/week @ 2024-12-11 98/week @ 2025-01-22

98 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

~180KB