Gemini protocol client and server implementation written in Rust with Tokio https://crates.io/crates/tokio-gemini
Find a file
DarkCat09 95362fd9e8
feat: add example and dev deps
Note: current version of main.rs example just disables TLS cert verification if `-k` arg provided.
Instead, it must use custom storage for self-signed certs.

tokio with macros & fs features in dev deps is needed for main.rs example.
2024-08-01 12:05:39 +04:00
examples feat: add example and dev deps 2024-08-01 12:05:39 +04:00
src fix: trim \r from message 2024-08-01 11:59:32 +04:00
.gitignore template, libs, impl Default/From 2024-07-31 16:58:17 +04:00
Cargo.lock feat: add example and dev deps 2024-08-01 12:05:39 +04:00
Cargo.toml feat: add example and dev deps 2024-08-01 12:05:39 +04:00
LICENSE docs: license 2024-07-31 17:00:04 +04:00