Expand description
A couple crates that depend on tx5-core need to be able to write/verify
files on system. Enable this file_check feature to provide that ability.
Structs§
- File
Check - A handle to a verified system file. Keep this instance in memory as long as you intend to keep using the validated file.
Functions§
- file_
check - Write a temp file if needed, verify the file, and return a handle to that file.