From 179920fa402b81a3ae8cc3c4b415172f71eb8d11 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 7 Jul 2023 00:26:54 +0200 Subject: add gui --- src/dictionary.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dictionary.rs') diff --git a/src/dictionary.rs b/src/dictionary.rs index 94f377d..e651e71 100644 --- a/src/dictionary.rs +++ b/src/dictionary.rs @@ -5,6 +5,7 @@ use crate::vector::FileVector; /// It also provides a function to convert it to /// a vector and generate a FileVector from a word list /// with the current directory. +#[derive(Clone, Debug)] pub struct Dictionary { last_index : usize, data : HashMap, -- cgit v1.2.3-70-g09d2