Expand description
Canonical entity type taxonomy: 13 variants, ValueEnum + serde + rusqlite impls. Canonical entity type taxonomy used across extraction, storage and CLI.
EntityType is the single source of truth for the 13 graph entity kinds.
It derives clap::ValueEnum so CLI flags can use it directly, and derives
serde::{Serialize, Deserialize} with rename_all = "lowercase" so JSON
round-trips remain backward-compatible with the pre-enum string format.
Enumsยง
- Entity
Type - The 13 canonical graph entity classifications.