entity_resolution_core 0.1.0

Core entity resolution functionality
Documentation
[package]
name = "entity_resolution_core"
version = "0.1.0"
edition = "2021"
authors = [
  "wandalen <wandalen.me@gmail.com>"
]
license = "MIT"
readme = "readme.md"
documentation = "https://docs.rs/entity_resolution_core"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/entity_resolution_core"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/entity_resolution_core"
description = """
Core entity resolution functionality
"""
categories = [ "development-tools" ]
keywords = [ "fundamental", "general-purpose" ]

[package.metadata.docs.rs]
features = [ "full" ]
all-features = false

[features]
default = [ "enabled" ]
full = [ "enabled" ]
enabled = []

[dependencies]

[dev-dependencies]