21 releases

0.8.5 Aug 25, 2024
0.8.4 Apr 19, 2023
0.8.3 Mar 18, 2023
0.8.0 Dec 18, 2022
0.1.0 Jul 28, 2019

#623 in Parser implementations

Download history 4140/week @ 2024-07-24 2305/week @ 2024-07-31 1929/week @ 2024-08-07 1569/week @ 2024-08-14 1814/week @ 2024-08-21 1857/week @ 2024-08-28 1395/week @ 2024-09-04 1041/week @ 2024-09-11 1247/week @ 2024-09-18 856/week @ 2024-09-25 909/week @ 2024-10-02 556/week @ 2024-10-09 548/week @ 2024-10-16 658/week @ 2024-10-23 639/week @ 2024-10-30 588/week @ 2024-11-06

2,500 downloads per month
Used in 61 crates (20 directly)

Apache-2.0

36KB
609 lines

Rio

actions status

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

These libraries are going to be replaced by the oxttl and oxrdfxml libraries.

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.

No runtime deps

Features