Module util

Source
Expand description

Miscellaneous statics, utilities, and macros used throughout links.

Macros§

csp_hashes
Include a list of allowed style hashes for use in the CSP header as a &'static str.
include_html
Include a generated minified html file as a &'static str.

Constants§

A_YEAR
One year in seconds
SERVER_HELP
Help string for server CLI
SERVER_NAME
The name of the HTTP(S) server implemented by this crate.
VERSION
A string representation of this crate’s version.

Traits§

Unpoison
Unpoison a lock guard

Functions§

stringify_map
Make a decent-looking and readable string out of a string -> string map