Cargo Features
Sparesults has no features set by default.
[dependencies]
sparesults = { version = "0.3.1", features = ["sparql-12", "async-tokio"] }
- sparql-12
- async-tokio
-
Enables tokio and async-tokio of json-event-parser and quick-xml ^0.37
quick-xml:
Enables support for asynchronous reading and writing from
tokio's IO-Traits by enabling reading events from types implementingtokio::io::AsyncBufRead.Affects
csv::tokio_async_write_boolean_csv_result,csv::TokioAsyncWriterCsvSolutionsSerializer,csv::TokioAsyncWriterTsvSolutionsSerializer,csv::TokioAsyncReaderTsvQueryResultsParserOutput,csv::TokioAsyncReaderTsvSolutionsParser,json::tokio_async_write_boolean_json_result,json::TokioAsyncWriterJsonSolutionsSerializer,json::TokioAsyncReaderJsonQueryResultsParserOutput,json::TokioAsyncReaderJsonSolutionsParser,parser::TokioAsyncReaderQueryResultsParserOutput,parser::TokioAsyncReaderSolutionsParser,serializer::TokioAsyncWriterSolutionsSerializer,xml::tokio_async_write_boolean_xml_result,xml::TokioAsyncWriterXmlSolutionsSerializer,xml::TokioAsyncReaderXmlQueryResultsParserOutput,xml::TokioAsyncReaderXmlSolutionsParser…