Gemini protocol client and server implementation written in Rust with Tokio https://crates.io/crates/tokio-gemini
Find a file
2024-08-05 16:27:55 +04:00
examples fix(example): args parser 2024-08-05 16:09:59 +04:00
src feat: ClientBuilder 2024-08-05 16:09:39 +04:00
.gitignore template, libs, impl Default/From 2024-07-31 16:58:17 +04:00
Cargo.lock chore(deps): cargo update 2024-08-05 12:02:51 +04:00
Cargo.toml docs: fix description style 2024-08-05 16:20:28 +04:00
LICENSE docs: license 2024-07-31 17:00:04 +04:00
README.md docs: add WIP-message and "todo" 2024-08-05 16:27:55 +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 (soon)
  • Implement server