Skip to main content

parse_ccl

Function parse_ccl 

Source
pub fn parse_ccl(_content: &str) -> Result<CclValue, String>
Expand description

Parse a CCL document into a CclValue

This is a lower-level API that returns the parsed structure without going through serde_ccl at all.