From 42ae5aa96b403edf7c329940f915a0438d4cb481 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 25 Nov 2025 10:02:25 -0800 Subject: Addedd debug --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 6f52702..10ca18e 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -32,7 +32,7 @@ use std::vec::Vec; use tokio::io::{AsyncReadExt,AsyncWriteExt,AsyncRead,AsyncWrite}; /// Represents a value in a Gats structure. -#[derive(PartialEq)] +#[derive(PartialEq,Debug)] pub enum Value { Integer(i64), ByteString(Vec), -- cgit v1.2.3