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/vector.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vector.rs') diff --git a/src/vector.rs b/src/vector.rs index 0779e07..87be04b 100644 --- a/src/vector.rs +++ b/src/vector.rs @@ -5,6 +5,7 @@ use std::ops::{Deref, DerefMut}; /// It is stored as a HashMap, because we do not /// have to store the zeros. With that we save a lot /// of storage. +#[derive(Clone, Debug)] pub struct FileVector { data : HashMap } -- cgit v1.2.3-70-g09d2