This crate provides no-panic API for any type T impl bytes::Buf,
which is mentioned in issue#254.
issues and PRs are welcome.
example
use ;
use TryBuf;
let mut bytes = from_static;
let a = bytes.try_get_u16.unwrap;
assert_eq!;
let b = bytes.try_get_u32
.unwrap_or_else;
assert_eq!;
assert_eq!;