Skip to main content

include_cbor

Macro include_cbor 

Source
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.