securefmt 0.1.5

Drop-in replacement for the Debug derive macro that hides fields marked as sensitive.
Documentation
1
2
3
4
5
6
#[test]
fn test_suite() {
    let t = trybuild::TestCases::new();
    t.pass("tests/integration_tests/*");
    t.compile_fail("tests/compile_err_tests/*.rs");
}