//! memnite-ingest: pluggable ingestion layer. An `IngestSource` reads an external
//! system's files and produces `IngestedMemory` items; memnite turns them into
//! events. Decoupled from any specific system — guildgate's Repo Brain is one
//! adapter (`RepoBrainSource`), a crumbex `graph.json` is another (`CrumbexGraphSource`).
pub use RepoBrainSource;
pub use CrumbexGraphSource;
pub use IngestError;
pub use ;
pub use ;