Re-exports§
Modules§
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§
- Read
Hash40 - An extension of the byteorder trait, to read a Hash40 from a stream
- Write
Hash40 - 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