Serd 0.30.8
drobilla.net ⋅Serd 0.30.8 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:
- Deprecate serd_uri_to_path()
- Don't install API man pages
- Fix potential memory error when serialising URIs
- Move headers to an include directory
- Refuse to write relative URI references to NTriples
- Remove the need for a generated configuration header
- Remove use of C character class functions that may use locale
- Split up and reorganize unit tests
- Use aligned allocation via C11 or Windows API where possible