Adding fetch API to the crate

This commit is contained in:
Tomasz Drwięga
2016-11-20 18:30:54 +01:00
parent 845bc52e36
commit cc8a9d410b
7 changed files with 155 additions and 20 deletions

View File

@@ -683,6 +683,7 @@ macro_rules! construct_uint {
bytes[i] = (arr[pos] >> ((rev % 8) * 8)) as u8;
}
}
#[inline]
fn exp10(n: usize) -> Self {
match n {