polydeukes 0.0.1

a gemini client and server
Documentation
# Polydeukes (a gemini implementation)
This project is a rust implementation of a [gemini](https://gemini.circumlunar.space/)
server (castor) and client (pollux).

It doesn't exist.

The client implements a trust-on-first-use (TOFU) model of certificate checking,
in addition to fetching and displaying content.

The server implements generation of self signed certificates in addition to
serving content.

# License
Copyright (C) 2020 Christopher Vittal

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.