Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattsse/nom-sparql
- Owner: mattsse
- License: apache-2.0
- Created: 2019-02-28T20:42:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T00:07:12.000Z (over 5 years ago)
- Last Synced: 2024-10-06T21:42:10.866Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 260 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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)