formatic 0.1.1

A Coff/Elf/Macho object file creator
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
pub struct Link {
    pub from: String,
    pub to: String,
    pub at: usize,
}