diff options
| author | Fuwn <[email protected]> | 2022-02-08 18:28:11 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 00:46:08 -0700 |
| commit | ed48c2f4a206cf76ad3ebbfebfe6d06e9fdcc145 (patch) | |
| tree | fcd72e9c56297b145982f4e481dc64dc5b691427 | |
| parent | doc(divina_util): document macro (diff) | |
| download | archived-divina-ed48c2f4a206cf76ad3ebbfebfe6d06e9fdcc145.tar.xz archived-divina-ed48c2f4a206cf76ad3ebbfebfe6d06e9fdcc145.zip | |
doc(divina_util): more macro documentation
| -rw-r--r-- | crates/divina_util/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/divina_util/src/lib.rs b/crates/divina_util/src/lib.rs index 3dc081c..ff84778 100644 --- a/crates/divina_util/src/lib.rs +++ b/crates/divina_util/src/lib.rs @@ -17,6 +17,8 @@ )] /// https://stackoverflow.com/a/32289869/14452787 +/// +/// and some help from <https://dev.to/rogertorres/first-steps-with-rust-declarative-macros-1f8m> #[macro_export] macro_rules! exit_with { ($exit_code:expr) => { |