Compare commits

...

3 commits

Author SHA1 Message Date
dfeaa50440
chore: bump version 2024-08-05 16:28:48 +04:00
74cd4458dc
docs: add WIP-message and "todo" 2024-08-05 16:27:55 +04:00
f5c218efb8
docs: fix description style 2024-08-05 16:20:28 +04:00
3 changed files with 14 additions and 4 deletions

2
Cargo.lock generated
View file

@ -411,7 +411,7 @@ dependencies = [
[[package]] [[package]]
name = "tokio-gemini" name = "tokio-gemini"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"base64ct", "base64ct",
"bytes", "bytes",

View file

@ -1,12 +1,12 @@
[package] [package]
name = "tokio-gemini" name = "tokio-gemini"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
homepage = "https://unw.dc09.ru" homepage = "https://unw.dc09.ru"
repository = "https://git.dc09.ru/unweb/tokio-gemini" repository = "https://git.dc09.ru/unweb/tokio-gemini"
readme = "README.md" readme = "README.md"
description = "Gemini protocol client & server written in Rust with Tokio" description = "Gemini protocol client and server implementation written in Rust with Tokio"
categories = ["network-programming"] categories = ["network-programming"]
[dependencies] [dependencies]

View file

@ -1,3 +1,13 @@
# tokio-gemini # tokio-gemini
Gemini protocol client & server written in Rust with Tokio. Gemini protocol client and server implementation written in Rust with Tokio.
// Work in progress
## TODO
- [x] Implement client ([`2b6150a8e5`](https://git.dc09.ru/unweb/tokio-gemini/commit/2b6150a8e53bd2e821645725ab0e7e35df1cd633))
- [ ] Add tests for parser
- [ ] Write docs
- [ ] Allow configuring proper self-signed certs check
([`19e1148989`](https://git.dc09.ru/unweb/tokio-gemini/commit/19e11489891b988fdb15e5b2af183d9cbd8a1647))
+ example (soon)
- [ ] Implement server