Now using handlebars instead of format! for page generation. Added
quick and dirty logging with SimpleLogger. `Board` objects now have a
`last_active` field.
Bit of a version gap, but whatever. This is a significant enough update
I think it deserves a change in the major version.
0 Warnings, 0 Errors
Handlebars eliminated the XSS vulnerability because it automatically
escapes text.
Added comments to src/main.rs
Moved some static HTML blobs into static/ rather than baking them into
the binary.
Now licensed under Zlib
libBoarders is now compiled separately as a library. It may have VERY
little application, but whatever.
Made banner 3D, and thus cooler. Replaced "Boarders" with the banner
used in the backend.