Expand description
Rust implementation of hashcash anti-spam / denial of service counter-measure tool.
Structs§
- Parse
Error - Returned when creating a
hashcash::Token
from a&str
fails due to an invalid input. - Token
- Stores a destructured hashcash token by its various components.
Enums§
- Check
Error - Various error types that are used during the validation of a
hashcash::Token
.