Skip to main content

decode_lite

Function decode_lite 

Source
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.