Crate hash40

Source

Re-exports§

pub use binrw;
pub use diff;

Modules§

errors
label_map

Structs§

Hash40
The central type of the crate, representing a string hashed using the hash40 algorithm Hash40 is a combination of a crc32 checksum and string length appended to the top bits

Traits§

ReadHash40
An extension of the byteorder trait, to read a Hash40 from a stream
WriteHash40
An extension of the byteorder trait, to write a Hash40 into a stream

Functions§

hash40
An alias for Hash40::new, which creates a Hash40 from a string