hdt 0.7.0

Library for the Header Dictionary Triples (HDT) RDF compression format.
Documentation
{
    "@context": "https://w3id.org/codemeta/3.0",
    "applicationCategory": "SoftwareSourceCode",
    "author": [
        {
            "familyName": "Baccaert",
            "givenName": "Tim",
            "@id": "https://github.com/timplication",
            "@type": "Person"
        },
        {
            "affiliation": {
                "name": "Institute for Medical Informatics, Statistics and Epidemiology (IMISE), Leipzig, Germany",
                "@type": "Organization"
            },
            "familyName": "Höffner",
            "givenName": "Konrad",
            "@id": "https://github.com/KonradHoeffner",
            "@type": "Person"
        },
        {
            "familyName": "Hanson",
            "givenName": "Greg",
            "@id": "https://github.com/GregHanson",
            "@type": "Person"
        }
    ],
    "codeRepository": "https://github.com/KonradHoeffner/hdt",
    "dateCreated": "2022-09-26",
    "datePublished": "2022-11-17",
    "description": "Rust library for the Header Dictionary Triples (HDT) compression file format for RDF data.",
    "identifier": "10.5281/zenodo.7871065",
    "keywords": [
        {
            "name": "hdt",
            "@id": "https://dbpedia.org/resource/HDT_(data_format)",
            "@type": "DefinedTerm"
        },
        {
            "name": "rdf",
            "@id": "http://www.w3.org/1999/02/22-rdf-syntax-ns",
            "@type": "DefinedTerm"
        },
        {
            "name": "rust",
            "@id": "https://dbpedia.org/resource/Rust_(programming_language)",
            "@type": "DefinedTerm"
        }
    ],
    "license": "https://spdx.org/licenses/MIT",
    "name": "hdt",
    "programmingLanguage": "Rust",
    "referencePublication": [
        {
            "author": [
                {
                    "familyName": "Höffner",
                    "givenName": "Konrad",
                    "@id": "https://orcid.org/0000-0001-7358-3217",
                    "@type": "Person"
                },
                {
                    "familyName": "Tim",
                    "givenName": "Baccaert",
                    "@type": "Person"
                }
            ],
            "datePublished": "2023",
            "identifier": "10.21105/joss.05114",
            "name": "hdt-rs: A Rust library for the Header Dictionary Triples binary RDF compression format",
            "url": "https://doi.org/10.21105/joss.05114",
            "@type": "ScholarlyArticle"
        }
    ],
    "relatedLink": "https://crates.io/crates/hdt",
    "continuousIntegration": "https://raw.githubusercontent.com/KonradHoeffner/hdt/main/.github/workflows/lint_and_test.yml",
    "developmentStatus": "active",
    "issueTracker": "https://github.com/KonradHoeffner/hdt/issues",
    "@type": "SoftwareSourceCode"
}