tokio-gemini/README.md
2024-08-06 18:46:01 +04:00

612 B

tokio-gemini

Gemini protocol client and server implementation written in Rust with Tokio.
// Work in progress

TODO

  • Implement client (2b6150a8e5)
  • Add tests for parser
  • Write docs
  • Allow configuring proper self-signed certs check (19e1148989) + example (5533ec0d2b)
  • Implement server