// For God so loved the world that he gave his only begotten Son,
// that whoever believes in him should not perish but have eternal life.
// John 3:16
//! Storage backends for SWORD modules.
//!
//! This module provides implementations for reading and writing the various
//! binary storage formats used by SWORD modules.
pub use RawVerseChirho;
pub use RawVerse4Chirho;
pub use ZVerseChirho;
pub use ZVerse4Chirho;
pub use RawStrChirho;
pub use ZStrChirho;