macro_rules! include_cbor {
($filepath:expr) => { ... };
}Expand description
Includes and deserialize a CBOR-encoded test data file. The file must located under the project’s tests/data folder, relative to the project’s Cargo.toml.
macro_rules! include_cbor {
($filepath:expr) => { ... };
}Includes and deserialize a CBOR-encoded test data file. The file must located under the project’s tests/data folder, relative to the project’s Cargo.toml.