From e13e66d68096217eaec89d1370e90e32d4d90006 Mon Sep 17 00:00:00 2001 From: nazeh Date: Sat, 30 Dec 2023 13:47:42 +0300 Subject: [PATCH] chore: publish kytz --- kytz/Cargo.toml | 2 +- mast/src/test.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kytz/Cargo.toml b/kytz/Cargo.toml index 14cfebc..e43ff3b 100644 --- a/kytz/Cargo.toml +++ b/kytz/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "kytes" +name = "kytz" version = "0.1.0" edition = "2021" description = "Soaring in the Cloud, but you pull the strings." diff --git a/mast/src/test.rs b/mast/src/test.rs index 47af8af..5e4c08e 100644 --- a/mast/src/test.rs +++ b/mast/src/test.rs @@ -1,3 +1,5 @@ +//! Test helpers for the merkle treap. + use std::assert_eq; use std::collections::BTreeMap; @@ -8,8 +10,6 @@ use crate::Hash; use redb::backends::InMemoryBackend; use redb::Database; -// === Helpers === - #[derive(Clone, Debug)] pub enum Operation { Insert,