dajobe / raptor

Redland Raptor RDF syntax library
https://librdf.org/raptor/
Other
156 stars 62 forks source link

provide raptor_turtle_serialize_flush() #38

Closed hroptatyr closed 4 years ago

hroptatyr commented 6 years ago

This changeset clones raptor_turtle_serialize_end() as raptor_turtle_serialize_flush() without the reset for the header. This, via raptor_serializer_flush(), allows for fine grained emission of turtle statements.

dajobe commented 4 years ago

Looks like a good feature, thanks for the patch