lightswitch-object 0.3.2

Deals with object files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod buildid;
pub mod kernel;
mod object;

pub use object::ElfLoad;
pub use object::ObjectFile;
pub use object::Runtime;
pub use object::StopUnwindingFrames;
pub use object::code_hash;

pub use buildid::BuildId;
pub use buildid::ExecutableId;