expression_engine_rs
expression_engine_rs copied to clipboard
Derive `Clone` on `Context`
The Context API is great, but currently it's annoying to reuse across multiple expressions, since the context can't be cloned. Deriving Clone makes fixes this issue and makes it easier to use.