bible-io 1.1.0

A Rust library for working with Bible text data structures
Documentation
1
2
3
4
5
//! Compatibility names for the shared Bible book model.
//!
//! The canonical implementation lives in the `bible-io-references` crate.

pub use bible_io_references::{Book as BibleBook, ParseBookError as ParseBibleBookError};