Crate marc [] [src]

Structs

DataFieldBuilder

Allows you to build MARC variable data fields.

Field

Borrowed version of a field of a record.

FieldData

Reference to a data of a field.

Fields

Iterator over fields of a record.

Identifier

Subfield identifier representation.

Indicator

Data field indicator representation.

Record

Parsed MARC record representation.

RecordBuilder

Allows you to build MARC records.

Records

Iterator over all records in provided io::Read implementer.

Subfield

Borrowed version of a subfield of a data field.

Subfields

Iterator over subfields of a data field.

Tag

Field tag representation.

Enums

BibliographicLevel
CharacterCodingScheme
DescriptiveCatalogingForm
EncodingLevel
MultipartResourceRecordLevel
RecordStatus
TypeOfControl
TypeOfRecord
Warning

Traits

FromFieldData

Entities that can be created from data of a field or a subfield.

MrcRead

io::Read extension which provides read_record method.

Type Definitions

FieldRepr

Field representation.

SubfieldRepr

Subfield representation.