zer-core 1.0.3

Core traits and types for the zer entity-resolution library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name        = "zer-core"
version     = "1.0.3"
edition     = "2021"
description = "Core traits and types for the zer entity-resolution library"
license     = "Apache-2.0"
repository  = "https://github.com/ZAL-Analytics/zer"
keywords    = ["entity-resolution", "record-linkage", "deduplication"]
categories  = ["algorithms", "data-structures"]
readme      = "README.md"

[dependencies]
serde     = { workspace = true }
thiserror = { workspace = true }
ahash     = { workspace = true }

[dev-dependencies]
serde_json = "1"