pub fn parse_string(source: &str) -> ParseResult<Config>Expand description
Parse nginx configuration from a string
Uses the rowan-based lossless CST parser internally and converts to AST.
pub fn parse_string(source: &str) -> ParseResult<Config>Parse nginx configuration from a string
Uses the rowan-based lossless CST parser internally and converts to AST.