modelsdev 0.11.4

A fast TUI and CLI for browsing AI models, benchmarks, and coding agents
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod cache;
pub mod changelog_parser;
pub mod data;
pub mod detect;
pub mod github;
pub mod health;
pub mod helpers;
pub mod loader;

#[allow(unused_imports)]
pub use cache::*;
pub use data::*;
pub use detect::*;
#[allow(unused_imports)]
pub use github::*;
pub use loader::*;