jacquardSnapshot

← snapshot

753 bytes
# Neutral plane: the similarity vocabulary. A sketch is 64 u64 minima — the
# only shape of information the rendezvous registry ever holds. This crate can
# *consume* text through `SketchBuilder::feed_text`, but nothing it exports
# can return, reconstruct, or iterate that text; absence-of-method is the
# design tool.
[package]
name = "jac-sketch"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
description = "Neutral plane: MinHash similarity sketches, the only vocabulary allowed across the privacy boundary"

[package.metadata.jacquard]
plane = "neutral"

[dependencies]
blake3.workspace = true
jac-core.workspace = true
serde.workspace = true

[lints]
workspace = true