lm-studio-api-extended 0.1.3

Unofficial Rust client for LM Studio with text embedding support.
Documentation
1
2
3
4
5
6
7
pub use std::collections::HashMap;
pub use std::format as fmt;

pub use crate::{ Result, Error };

pub use macron::*;
pub use serde::{ Serialize, Deserialize };