expect-test-bytes

Crates.ioexpect-test-bytes
lib.rsexpect-test-bytes
version0.1.0
created_at2025-07-30 00:22:31.21681+00
updated_at2025-07-30 00:22:31.21681+00
descriptionMinimalistic snapshot testing library for bytes
homepage
repositoryhttps://github.com/axelkar/expect-test-bytes
max_upload_size
id1772928
size26,944
Axel Karjalainen (axelkar)

documentation

README

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.

Commit count: 0

cargo fmt