Mention that the Gemtext struct is re-exported from gemtext
This commit is contained in:
parent
4ba099f947
commit
e95cbd70e9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue