Gemini protocol client and server implementation written in Rust with Tokio https://crates.io/crates/tokio-gemini
Find a file
2024-08-05 12:04:35 +04:00
examples feat: add example and dev deps 2024-08-01 12:05:39 +04:00
src refactor/feat: Response::bytes() and text(), rename body->stream 2024-08-05 12:04:35 +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 refactor/feat: Response::bytes() and text(), rename body->stream 2024-08-05 12:04:35 +04:00
LICENSE docs: license 2024-07-31 17:00:04 +04:00
README.md docs: add minimal readme 2024-08-01 16:41:28 +04:00

tokio-gemini

Gemini protocol client & server written in Rust with Tokio.