Expand description
Common implementations for adapting RIO parsers.
NB: Rio provides its own adapter for Sophia’s traits (using the sophia
features).
However,
published versions of Rio will always depend on the previously published version of Sophia,
which makes it impossible for Sophia itself to rely on that feature.
Structs§
- Generalized
RioSource - Wrap a Rio
GeneralizedQuadsParser
into a SophiaQuadSource
. - Strict
RioSource - Wrap a Rio
TriplesParser
orQuadsParser
into a SophiaTripleSource
orQuadSource
respectivelly.