Add gemtext feature to docs

This commit is contained in:
Emi Tatsuo 2020-12-07 17:32:07 -05:00
parent 9ec1a5663d
commit 485f579e4c
Signed by: Emi
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
//! users can access certain areas of an application. This is primarily configured using
//! the [`Server::ratelimit()`] method.
//!
//! * `gemtext` - Adds in integration with the `gemtext` crate, allowing easily creating
//! responses using a builder pattern. Please see the `document` example for a
//! demonstration. This is implied by `serve_dir` or `user_management_routes`
//!
//! * `serve_dir` - Adds in utilities for serving files & directories from the disk at
//! runtime. The easiest way to use this is to pass a [`PathBuf`] to the
//! [`Server::add_route()`] method, which will either serve a directory or a single file.