Crate bib_unbound

Crate bib_unbound 

Source

Structs§

Position
The location of (roughly) verse-sized chunk of an arbitrary Bible translation. In the Unbound file format, these usually correspond to a single NRSV verse.
PositionNrsv
The location of a single verse in the NRSV Bible, as a book, chapter, and verse number.
Verse
A single row from a file in the Unbound format.
Verses
An interator over the lines of a file in the Unbound format.

Enums§

Book
A book of the Bible.

Functions§

from_file
Create an iterator over the lines of a file in the Unbound format.
from_str
Create an iterator over the lines of a string in the Unbound format.