ntriples-parser 2.0.0

A parser for the rdf n-triples format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ntriples-parser"
description = "A parser for the rdf n-triples format."
authors = ["Ioannis Nezis <ioannis@nezis.de>"]
repository = "https://github.com/IoannisNezis/ntriples-parser"
license-file = "LICENSE"
keywords = ["rdf", "n-triples", "parser", "SPARQL"]
edition = "2024"
version = "2.0.0"

[dependencies]
logos = "0.16.0"