Function split_content

Source
pub fn split_content<'c>(content: &'c str) -> Result<(&'c str, &'c str)>
Expand description

Take an String with all the file content and split it in metada and data