// TODO: convert these to newtypes pub use f64 as Rank; pub use i64 as Timestamp; // use a signed integer so subtraction can be performed on it