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
|
2024-08-09 12:07:50 +03:00
|
|
|
- [ ] Write tests for Client
|
|
|
|
- [ ] Check self-signed cert with DANE before trusting it
|
|
|
|
- [ ] Clean up `FileBasedCertVerifier` code
|
|
|
|
- [ ] Add `SqliteBasedCertVerifier` (?)
|
|
|
|
- [ ] Implement client authorization
|
|
|
|
- [ ] Separate general I/O error into different error types
|
2024-08-05 15:27:55 +03:00
|
|
|
- [ ] Implement server
|