Expand description

Assert a std::fs::read_to_string() value is equal to another.

§Example

let a ="alfa.txt";
let mut b = "alfa.txt";
assert_fs_read_to_string_eq!(&a, &b);

§Module macros