llm_tools 0.2.0

Unified API for AI.
Documentation
1
2
3
4
5
6
7
8
9
10
//!
//! Collection of utility functions for this crate.
//!

mod private {}

crate::mod_interface!
{
  layer display_table;
}