1 2 3 4 5
#![doc = include_str!("readme.md")] /// PE DLL related modules pub mod reader; pub mod writer;