Gemini protocol client and server implementation written in Rust with Tokio https://crates.io/crates/tokio-gemini
Find a file
2024-08-09 11:16:38 +04:00
examples refactor/feat: rewrite certs::fingerprint with generic data type… 2024-08-08 20:57:29 +04:00
src docs: add doc-comments to rewritten certs::fingerprint 2024-08-09 11:16:38 +04:00
.gitignore update main example: proper ss cert check, changes in lib API 2024-08-06 11:57:42 +04:00
Cargo.lock refactor/feat: rewrite certs::fingerprint with generic data type… 2024-08-08 20:57:29 +04:00
Cargo.toml refactor/feat: rewrite certs::fingerprint with generic data type… 2024-08-08 20:57:29 +04:00
LICENSE docs: license 2024-07-31 17:00:04 +04:00
README.md docs: update todo 2024-08-06 18:46:01 +04:00

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