pub fn parse_string(source: &str) -> Result<Config, ParseError>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) -> Result<Config, ParseError>Parse nginx configuration from a string
Uses the rowan-based lossless CST parser internally and converts to AST.