megabytes 0.1.0

Working with megabytes of data
Documentation
1
2
3
pub fn megabyte() -> usize {
    1024 * 1024
}