1
2
3
4
//! Central type definitions

pub type Field = u32;
pub type FileIndex = u32;