ollama-lan-share 0.1.1

LAN sharing for Ollama AI models with GUI
Documentation
1
2
3
4
5
6
//! Shared data models for ollama-lan-share.
//!
//! Types are grouped by domain into submodules; everything is re-exported at
//! this level so existing `use crate::shared::models::*` imports continue to work.

pub mod models;