add comment

This commit is contained in:
yggverse 2024-10-31 03:11:08 +02:00
parent 4188842eb5
commit 06345dedaf

View file

@ -1,3 +1,8 @@
//! Components for reading and parsing meta bytes from response:
//! * [Gemini status code](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes)
//! * meta data (for interactive statuses like 10, 11, 30 etc)
//! * MIME type
pub mod data; pub mod data;
pub mod error; pub mod error;
pub mod mime; pub mod mime;