Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattsse/nom-sparql

Sparql parser written in rust using nom
https://github.com/mattsse/nom-sparql

Last synced: 18 days ago
JSON representation

Sparql parser written in rust using nom

Awesome Lists containing this project

README

        

nom-sparql
=====================
[![Build Status](https://travis-ci.com/mattsse/nom-sparql.svg?branch=master)](https://travis-ci.com/mattsse/nom-sparql)
[![Crates.io](https://img.shields.io/crates/v/nom-sparql.svg)](https://crates.io/crates/nom-sparql)
[![Documentation](https://docs.rs/nom-spaqrql/badge.svg)](https://docs.rs/nom-sparql)

A WIP rust [SPARQL v1.1](https://en.wikipedia.org/wiki/SPARQL) parser written using [nom](https://github.com/Geal/nom).

## License

Licensed under either of these:

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
https://opensource.org/licenses/MIT)