Crate libktx_rs_macros[][src]

Expand description

Utilities for testing [libktx_rs]. a library for reading, transcoding and writing Khronos Textures (KTX).

Macros

file_tests

Collects a list of files at compile time (!), then generates a test case for each one of them. The test case will invoke a given function, passing it the std::path::PathBuf to it and the open std::fs::File.