Cargo Features

Sparesults has no features set by default.

[dependencies]
sparesults = { version = "0.2.0-alpha.4", features = ["rdf-star", "async-tokio"] }
rdf-star

Enables rdf-star of oxrdf

async-tokio

Enables tokio and async-tokio of json-event-parser and quick-xml

quick-xml:

Enables support for asynchronous reading and writing from tokio's IO-Traits by enabling reading events from types implementing tokio::io::AsyncBufRead.

Affects csv::tokio_async_write_boolean_csv_result, csv::ToTokioAsyncWriteCsvSolutionsWriter, csv::ToTokioAsyncWriteTsvSolutionsWriter, csv::FromTokioAsyncReadTsvQueryResultsReader, csv::FromTokioAsyncReadTsvSolutionsReader, json::tokio_async_write_boolean_json_result, json::ToTokioAsyncWriteJsonSolutionsWriter, json::FromTokioAsyncReadJsonQueryResultsReader, json::FromTokioAsyncReadJsonSolutionsReader, parser::FromTokioAsyncReadQueryResultsReader, parser::FromTokioAsyncReadSolutionsReader, serializer::ToTokioAsyncWriteSolutionsWriter, xml::tokio_async_write_boolean_xml_result, xml::ToTokioAsyncWriteXmlSolutionsWriter, xml::FromTokioAsyncReadXmlQueryResultsReader, xml::FromTokioAsyncReadXmlSolutionsReader