argus/argus-derive/README.md
Anand Balakrishnan 1c79847a77
feat!(core): Use new AST structure
Derive Expr methods using a derive proc-macro. These macros are present in
the `argus-derive` crate, but the traits are defined in `argus-core`
2023-06-06 10:46:27 -04:00

5 lines
181 B
Markdown

# `argus-derive`
This crate contains [custom derive
macros](https://doc.rust-lang.org/reference/procedural-macros.html) for traits described
in `argus-core` and `argus-semantics`.