Expand description

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

§Example

let path = "alfa.txt";
let value = String::from("alfa\n");
assert_fs_read_to_string_eq_expr!(&path, &value);

§Module macros