summaryrefslogtreecommitdiff
path: root/src/json.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-13 22:00:10 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-13 22:00:10 +0200
commitdabedf442d65fcaec36d0a30ed3ed2327b39a44d (patch)
treea9bbcb4e97dcb98050fd872997ace284f2f764e0 /src/json.rs
parent33b9c9e05a3693d944342753288fda824f0da13c (diff)
Trimming down on redundant code and tweaking perf
Diffstat (limited to 'src/json.rs')
-rw-r--r--src/json.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/json.rs b/src/json.rs
index 66864cf..fc6ba82 100644
--- a/src/json.rs
+++ b/src/json.rs
@@ -15,6 +15,9 @@ pub fn read_state_from_json_file(filename: &Path) -> Result<State, Box<Error>> {
Ok(state)
}
+// TODO: Narrow numeric types
+// TODO: comment out stuff I don't want / need
+
#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq)]
#[serde(rename_all = "camelCase")]
pub struct State {