From b15ffd41ad527fd5cdf7162650587dbc122e1ed2 Mon Sep 17 00:00:00 2001 From: jack Date: Fri, 8 Mar 2024 11:44:14 -0500 Subject: [PATCH] added design_macros readme --- design_macros/README.md | 5 +++++ macros/README.md | 0 2 files changed, 5 insertions(+) create mode 100644 design_macros/README.md delete mode 100644 macros/README.md diff --git a/design_macros/README.md b/design_macros/README.md new file mode 100644 index 0000000..e9d3183 --- /dev/null +++ b/design_macros/README.md @@ -0,0 +1,5 @@ +# design_macros +Crate containing all the proc macros used throughout the AP and component. + +## Files +- `lib.rs` - Contains the `create_mutations`, `check_or_error_jump_table`, and `rand_ops` macros diff --git a/macros/README.md b/macros/README.md deleted file mode 100644 index e69de29..0000000