Name Description Size Coverage
coff.rs Just as much COFF object file support as is needed to write a resource data segment for GNU Windows targets. Inspired by the `write::Object` code from the `object` crate. Integers are converted from u64 to u32 and added without checking because the manifest data cannot get anywhere close to overflowing unless the supplied application name or number of dependencies was extremely long. If this code was used more generally or if the input was less trustworthy then more checked conversions and checked arithmetic would be needed. 6956 -
error.rs Error handling for application manifest embedding. 1270 -
mod.rs 4949 -
test.rs 7019 -