Crate hashcash[][src]

Rust implementation of hashcash anti-spam / denial of service counter-measure tool.

Structs

ParseError

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

CheckError

Various error types that are used during the validation of a hashcash::Token.