modelsdev 0.11.4

A fast TUI and CLI for browsing AI models, benchmarks, and coding agents
1
2
3
4
5
6
pub mod app;
pub(in crate::tui) mod detail;
pub(in crate::tui) mod overall;
pub(in crate::tui) mod render;

pub use app::*;