contextdb-core 0.3.2

Core types, traits, and error types for contextdb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "contextdb-core"
version = "0.3.2"
edition = "2024"
authors.workspace = true
license.workspace = true
repository.workspace = true
readme = "../../README.md"
description = "Core types, traits, and error types for contextdb"

[dependencies]
uuid.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
roaring.workspace = true