Struct test_assets::TestAssetDef
[−]
[src]
pub struct TestAssetDef {
pub filename: String,
pub hash: String,
pub url: String,
}Definition for a test file
Fields
filename: String
Name of the file on disk. This should be unique for the file.
hash: String
Sha256 hash of the file's data in hexadecimal lowercase representation
url: String
The url the test file can be obtained from