From 74cd4458dc14ff7c068ef8a4f0cf3a85a0f959da Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 5 Aug 2024 16:27:55 +0400 Subject: [PATCH] docs: add WIP-message and "todo" --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb80666..8bd3ce9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # tokio-gemini -Gemini protocol client and server implementation 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