[][src]Crate rocfl

This library is a storage agnostic abstraction over OCFL repositories. Currently, the only concrete implementation, FsOcflRepo works against local filesystems.

Structs

Diff

Represents a change to a file

FileDetails

Details about a file in an OCFL object.

FsOcflStore

Local filesystem OCFL repository

ObjectVersion

Represents a version of an OCFL object.

ObjectVersionDetails

Similar to ObjectVersion, except it does not contain the state map.

OcflRepo

Interface for interacting with an OCFL repository

VersionDetails

Metadata about a version.

VersionNum

Represents an OCFL object version.

Enums

DiffType

Represents a type of change

RocflError