expect-test-bytes 0.1.0

Minimalistic snapshot testing library for bytes
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented3 out of 7 items with examples
  • Size
  • Source code size: 26.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • axelkar/expect-test-bytes
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • axelkar

expect-test-bytes

Crates.io Documentation Crates.io MSRV Crates.io License

Copy of expect-test, a minimalistic snapshot testing library, for bytes and binary data.

Example

let actual = b"example\n";

expect_test_bytes::expect_file!["test_data/example"].assert_eq(actual);

License

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.