rig-core 0.35.0

An opinionated library for building LLM powered applications.
Documentation
1
2
3
4
5
6
7
mod errors;
mod loader;
mod text_processors;

pub use errors::EpubLoaderError;
pub use loader::{EpubFileLoader, IntoIter};
pub use text_processors::{RawTextProcessor, StripXmlProcessor, TextProcessor};