Module file_check

Module file_check 

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

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