Module parser

Source
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§

GeneralizedRioSource
Wrap a Rio GeneralizedQuadsParser into a Sophia QuadSource.
StrictRioSource
Wrap a Rio TriplesParser or QuadsParser into a Sophia TripleSource or QuadSource respectivelly.