pub const IDENTIFICATION: &str = "https://github.com/antoniosubasic/aoc-runtime v0.7.0 by antonio.subasic.public@gmail.com";Expand description
How this tool identifies itself in the User-Agent of every request.
The Advent of Code automation guidelines ask an automated tool to say what
it is and how to reach whoever wrote it. The address is spelled out rather
than read from CARGO_PKG_AUTHORS, because that field also holds a name an
HTTP header cannot carry.