djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.47k stars 219 forks source link

Derive Clone for Expr and Target #905

Closed couchand closed 12 months ago

couchand commented 12 months ago

When working with an askama AST I frequently find myself wishing for these Clone implementations.

c.f. the Rust API guidelines C-COMMON-TRAITS

djc commented 12 months ago

Thanks!