rig-core 0.10.0

An opinionated library for building LLM powered applications.
Documentation
1
2
3
4
5
6
7
8
9
10
/*
 * The code from this module is a Rust port of the
 * https://github.com/anthropics/anthropic-sdk-typescript/tree/main decoders
 *
 * The original code is licensed under MIT license
 * https://github.com/anthropics/anthropic-sdk-typescript/blob/main/LICENSE
 */
pub mod jsonl;
pub mod line;
pub mod sse;