format-bytes 0.3.0

A macro to format bytestrings
Documentation
1
2
3
4
5
#[test]
fn ui_tests() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/fail/*.rs");
}