mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-03 14:24:26 +01:00
chore: publish kytz
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user