iriq 0.30.2

IRI/URL extraction, normalization, and shape clustering.
Documentation
1
2
3
4
5
6
7
use crate::identifier::Identifier;

#[derive(Debug, Clone)]
pub struct Observation {
    pub iri: Identifier,
    pub cluster_key: String,
}