Cargo Features
Sparesults has no features set by default.
[dependencies]
sparesults = { version = "0.2.3", features = ["rdf-star", "async-tokio"] }
- rdf-star
- 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 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
…