Mention that the Gemtext struct is re-exported from gemtext

This commit is contained in:
Emii Tatsuo 2020-11-30 17:42:58 -05:00
parent 4ba099f947
commit e95cbd70e9
Signed by: Emi
GPG key ID: 68FAB2E2E6DFC98B

View file

@ -32,6 +32,7 @@ pub use uriparse as uri;
pub use types::*;
#[cfg(feature = "gemtext")]
/// A re-export of [`gemtext::Builder`], used for building `text/gemini` documents
pub use gemtext::Builder as Gemtext;
pub const REQUEST_URI_MAX_LEN: usize = 1024;