Serd 0.30.6
Posted on in Software, RDF, SerdSerd 0.30.6 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 various minor warnings and other code quality issues
- Improve reader error handling
- Make all free functions tolerant of NULL
- Parse prefixed names more strictly