Function rstml::parse_with_config
source ยท pub fn parse_with_config<C: CustomNode + Debug>(
tokens: TokenStream,
config: ParserConfig<C>,
) -> Result<Vec<Node<C>>>๐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.