pub fn decode_lite(src: &str) -> Result<Value, DecodeError>Expand description
Lite-mode body-only decode. Equivalent to
decode_lite_document(src)?.body, but returns only the body. Use
when you don’t need front matter either.
pub fn decode_lite(src: &str) -> Result<Value, DecodeError>Lite-mode body-only decode. Equivalent to
decode_lite_document(src)?.body, but returns only the body. Use
when you don’t need front matter either.