Gemini protocol client and server implementation written in Rust with Tokio https://crates.io/crates/tokio-gemini
Find a file
2024-08-28 14:41:43 +04:00
examples style: shorten help message 2024-08-28 14:41:43 +04:00
src fix: finally, async-trait works 2024-08-21 16:01:21 +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: rewrite self-signed cert verifier 2024-08-21 15:46:52 +04:00
Cargo.toml refactor: rewrite self-signed cert verifier 2024-08-21 15:46:52 +04:00
LICENSE docs: license 2024-07-31 17:00:04 +04:00
README.md docs: update todo 2024-08-09 13:07:50 +04:00

tokio-gemini

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

TODO

  • Write tests for Client
  • Check self-signed cert with DANE before trusting it
  • Clean up FileBasedCertVerifier code
  • Add SqliteBasedCertVerifier (?)
  • Implement client authorization
  • Separate general I/O error into different error types
  • Implement server