Gemini protocol client and server implementation written in Rust with Tokio
https://crates.io/crates/tokio-gemini
examples | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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