harriet
Turtle parser
Provides an API for parsing and serializing the Turtle document format
Parser and serializer for the Turtle format
11 stars
1 watching
0 forks
Language: Rust
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
deiu/rdf2go | A Go library for parsing and serializing RDF data in Turtle and JSON-LD formats. | 62 |
peta/turtle.tmbundle | A Textmate bundle for editing and working with Turtle, a terse RDF triple language. | 28 |
abcoates/sublime-text-turtle-sparql | Provides syntax and completion support for Turtle and SPARQL languages in Sublime Text. | 40 |
jturner314/py_literal | A Rust crate for parsing and formatting Python literals. | 16 |
alangrafu/turtle-in-html | A tool to visualize RDF in HTML as Turtle triples | 4 |
tamasfe/taplo | A Rust toolkit for parsing and encoding TOML v1.0.0 data | 1,453 |
ara3d/parakeet | A parsing library designed to efficiently parse programming languages | 71 |
factbirdhq/atat | A Rust crate for parsing AT commands in an embedded system context | 116 |
oxigraph/rio | Provides low-level parsers and formatters for various RDF file formats. | 87 |
jeeger/ttl-mode | An Emacs mode for editing Turtle RDF files with enhanced indentation support for graphs | 9 |
shnewto/bnf | A parser for Backus-Naur form grammars in Rust. | 260 |
keruspe/tar-parser.rs | A Rust implementation of a tar archive parser using the Nom parsing library. | 34 |
toml-rs/toml | Tools and utilities for parsing and editing TOML configuration files in Rust | 729 |
servo/html5ever | A high-performance HTML parser written in Rust. | 2,148 |
pest-parser/ast | Converts a dynamically typed Parse Tree to a strongly typed Abstract Syntax Tree and provides automatic conversion via derive. | 81 |