expression_engine_rs
expression_engine_rs copied to clipboard
Export `ContextValue`
Currently ContextValue is private. This is fine in most cases, but I recently ran into a case where I wanted to iterate over the values in my context for error reporting, but you can't match variable values from the ContextValues because, it is private. This PR adds an export for it.