faith 0.3.0

Agent-first Bible CLI. Multi-locale, deterministic, offline. Returns canonical JSON, supports batch and multi-translation parallel lookups.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! `faith` — agent-first Bible CLI library.
//!
//! Public modules constitute the v0.1 API. The contract is `faith.v1`
//! (see `docs/SPEC.md` and `docs/SCHEMA.md`).

pub mod books;
pub mod citation;
pub mod cli;
pub mod error;
pub mod installer;
pub mod reference;
pub mod schema;
pub mod store;
pub mod translations;

pub use schema::SCHEMA_VERSION;