Serd 0.30.2
drobilla.net ⋅Serd 0.30.2 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle, TriG, NTriples, and NQuads. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.
Changes:
- Fix GCC 4 build
- Fix colliding blank nodes when parsing TriG
- Fix missing parse error messages
- Fix parsing "a" abbreviation without padding whitespace
- Fix parsing TriG graphs with several squashed trailing dots
- Fix resolving some URIs against base URIs with no trailing slash
- Improve build system and CI integration
- Improve documentation