ntriple 0.1.0

A simple RDF N-Triples parser
Documentation
1
2
3
4
5
6
7
8
9
10
/**
 * Copyright 2017 Gerald Haesendonck
 * Licensed under the Academic Free License version 3.0
 **/

extern crate peg;

fn main() {
	peg::cargo_build("grammar/ntriple.rustpeg");
}