tokio-gemini/README.md

15 lines
612 B
Markdown
Raw Normal View History

2024-08-01 15:41:28 +03:00
# tokio-gemini
2024-08-05 15:27:55 +03:00
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
2024-08-06 17:46:01 +03:00
- [x] Allow configuring proper self-signed certs check
2024-08-05 15:27:55 +03:00
([`19e1148989`](https://git.dc09.ru/unweb/tokio-gemini/commit/19e11489891b988fdb15e5b2af183d9cbd8a1647))
2024-08-06 17:46:01 +03:00
+ example
([`5533ec0d2b`](https://git.dc09.ru/unweb/tokio-gemini/commit/5533ec0d2bedea7eb6a6a8057fd9902f0c795628))
2024-08-05 15:27:55 +03:00
- [ ] Implement server