From 323cd679cd29a8475c3b7486ce54ecd37620dbea Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 4 Feb 2020 22:23:17 +0100 Subject: tried to implement deserialisation of entities --- src/util.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.rs') 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 ),* ) => {{ -- cgit