pub trait Offset {
// Required method
fn offset_to(&self, second: &Self) -> usize;
}
Expand description
Useful functions to calculate the offset between slices and show a hexdump of a slice
pub trait Offset {
// Required method
fn offset_to(&self, second: &Self) -> usize;
}
Useful functions to calculate the offset between slices and show a hexdump of a slice