synwire-core 0.1.0

Core traits and types for the Synwire AI framework
Documentation
1
2
3
4
//! Document types for retrievable content.

mod types;
pub use types::Document;