Skip to main content

Crate recordjar

Crate recordjar 

Source
Expand description

Record-Jar structured text database reader for Rust.

recordjar parses Record-JAR files: records separated by %% lines, each holding name: value fields. Part of the cross-language Open-RJ family (see openrj for the C implementation).

§Components

§Types

§Functions

Structs§

Database
A parsed Record-JAR database.
Field
A single name: value field within a record.
ParseErrorDetail
Location and kind of a parse failure.
ParseFlags
Flags passed when parsing a Record-JAR database.
Record
A Record-JAR record: a comment and an ordered list of fields.

Enums§

Error
Top-level error type for recordjar operations.
ParseErrorKind
Parsing error kind.

Type Aliases§

Result
Result type alias for recordjar operations.