wuffs 0.2.0

Bindings to wuffs.
Documentation
1
2
3
4
5
6
7
8
pub mod adler32;
pub mod crc32;

pub trait WuffsHash {
  fn update<S>(&mut self, buf: S) -> u32
  where
    S: AsRef<[u8]>;
}