pub fn parse_replacements_str(
source: &str,
filename: Option<&Path>,
) -> Result<Vec<Replacement>>
Expand description
Parse a sequence of Replacement
s from an
in-memory string.
pub fn parse_replacements_str(
source: &str,
filename: Option<&Path>,
) -> Result<Vec<Replacement>>
Parse a sequence of Replacement
s from an
in-memory string.