Satuses
HTTP status utility for Rust.
Cargo
Put this in your Cargo.toml:
statuses = "0.1"
Usage
message(code)
Returns the status message string for a known HTTP status code.
code(message)
Returns the status code string for a known HTTP status message.