Cargo Features
OxTTL has no features set by default.
[dependencies]
oxttl = { version = "0.2.3", features = ["rdf-12", "async-tokio"] }
- rdf-12
- async-tokio
-
Enables tokio
Affects
n3::TokioAsyncReaderN3Parser,nquads::TokioAsyncReaderNQuadsParser,nquads::TokioAsyncWriterNQuadsSerializer,ntriples::TokioAsyncReaderNTriplesParser,ntriples::TokioAsyncWriterNTriplesSerializer,parser::TokioAsyncReaderIterator,trig::TokioAsyncReaderTriGParser,trig::TokioAsyncWriterTriGSerializer,turtle::TokioAsyncReaderTurtleParser,turtle::TokioAsyncWriterTurtleSerializer…