Registry / serialization / serd
library0.32.8vcpkgunverified

Lightweight C library for RDF syntax supporting reading and writing Turtle, TRiG, NTriples, and NQuads.

vcpkg install serd
INSTALL
IMPORT
SIG · SERD
S
serd
serializationcppv0.32.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

serd/serd.h
#include <serd/serd.h>

Parse a Turtle file

#include <serd/serd.h> #include <stdio.h> int main() { SerdWorld* world = serd_world_new(); SerdReader* reader = serd_reader_new(world, SERD_FORMAT_TURTLE, NULL, NULL, NULL, NULL, NULL); serd_reader_read_file(reader, "input.ttl"); serd_reader_free(reader); serd_world_free(world); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.32.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

serd — pip install serd · libregistry