Cargo Features
OxRdfXml has no features set by default.
[dependencies]
oxrdfxml = { version = "0.1.3", features = ["async-tokio"] }
- async-tokio
-
Enables tokio and async-tokio of 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
parser::TokioAsyncReaderRdfXmlParser
,serializer::TokioAsyncWriterdfXmlSerializer
…