From f6d4be2195a9103e42b00c9aa362c62d079c3f4e Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 22 Oct 2022 13:12:04 +0200 Subject: stats loading directly from json file --- srchr/src/config.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'srchr/src/config.rs') diff --git a/srchr/src/config.rs b/srchr/src/config.rs index c9ca302..8badd52 100644 --- a/srchr/src/config.rs +++ b/srchr/src/config.rs @@ -20,6 +20,9 @@ // Input parameters pub const CORPUS_FILE_NAME: &str = "corpus.txt"; +pub const STATS_FILE_NAME: &str = "shai.json"; +pub const LOAD_STATS: bool = true; + pub const STARTING_LAYOUT_STRING: &str = " A B C D E F G H I J K L M N O P Q R S T -- cgit v1.3.1