choices-derive 0.4.0

HTTP configuration service by defining a struct, derive crate.
Documentation
1
2
3
4
5
6
//! Collection of various constants.

pub(crate) const CONTENT_TYPE_HEADER: &str = "Content-Type";
pub(crate) const CONTENT_TYPE_TEXT: &str = "text/plain; charset=utf-8";
#[cfg(feature = "json")]
pub(crate) const CONTENT_TYPE_JSON: &str = "application/json";