Function rstml::parse_with_config

source ·
pub fn parse_with_config(
    tokens: TokenStream,
    config: ParserConfig
) -> Result<Vec<Node>>
👎Deprecated since 0.10.2: use rstml::Parser::parse_simple instead
Expand description

Parse the given proc-macro::TokenStream into a Node tree with custom ParserConfig.