diff options
| author | troido <troido@protonmail.com> | 2020-02-04 22:23:17 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-04 22:23:17 +0100 |
| commit | 323cd679cd29a8475c3b7486ce54ecd37620dbea (patch) | |
| tree | 1fc55c768a7b74644157c23580f54292e960c66a /src/util.rs | |
| parent | eb5997cbf94b1aa230cf4acb3008a7fe80ec36e0 (diff) | |
tried to implement deserialisation of entities
Diffstat (limited to 'src/util.rs')
| -rw-r--r-- | src/util.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.rs b/src/util.rs index 7f3c7cd..d9ff32e 100644 --- a/src/util.rs +++ b/src/util.rs @@ -11,6 +11,7 @@ pub trait ToJson { fn to_json(&self) -> Value; } + #[macro_export] macro_rules! hashmap { ( $($key:expr => $value:expr ),* ) => {{ |
