[][src]Macro nbytes::jedec

macro_rules! jedec {
    ($n:expr; KB) => { ... };
    ($n:expr; MB) => { ... };
    ($n:expr; GB) => { ... };
}

This macro implements byte suffixes using the JEDEC memory standards.