mirror-log 0.1.9

Append-only event log for personal knowledge management with semantic chunking using SQLite.
Documentation
1
2
3
4
5
6
7
8
9
#[path = "trait.rs"]
mod backend_trait;

pub mod http_backend;

pub use backend_trait::{
    Event, InferenceBackend, InferenceConfig, InferenceError, WasmInferenceBackend,
};
pub use http_backend::{HttpBackend, HttpConfig, HttpError};