zoxide/src/types.rs

4 lines
144 B
Rust
Raw Normal View History

2020-03-05 13:09:32 +00:00
// TODO: convert these to newtypes
pub use i32 as Rank;
pub use i64 as Timestamp; // use a signed integer so subtraction can be performed on it