21 releases

0.8.4 Apr 19, 2023
0.8.3 Mar 18, 2023
0.8.2 Feb 22, 2023
0.8.0 Dec 18, 2022
0.3.0 Aug 28, 2019

#2179 in Parser implementations

Download history 343/week @ 2023-12-25 411/week @ 2024-01-01 604/week @ 2024-01-08 494/week @ 2024-01-15 484/week @ 2024-01-22 383/week @ 2024-01-29 515/week @ 2024-02-05 591/week @ 2024-02-12 718/week @ 2024-02-19 591/week @ 2024-02-26 890/week @ 2024-03-04 589/week @ 2024-03-11 676/week @ 2024-03-18 493/week @ 2024-03-25 832/week @ 2024-04-01 289/week @ 2024-04-08

2,348 downloads per month
Used in 18 crates (6 directly)

Apache-2.0

100KB
2K SLoC

Rio

actions status

Rio is a low level library which provides conformant and fast parsers and formatters for RDF related file formats.

It currently provides N-Triples, N-Quads, Turtle, TriG and RDF/XML parsers and formatters.

It is split into multiple crates:

There is also the rio_testsuite crate that is used for testing Rio parsers against the W3C RDF tests to ensure their conformance. It provides both an executable for building implementation reports and integration test to quickly ensure that the parsers stay conformant. It is not designed to be used outside of Rio.

License

Copyright 2019-2021 The Rio developers.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Dependencies

~1.5MB
~24K SLoC