ort-openrouter-cli 0.3.3

Open Router CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! ort: Open Router CLI
//! https://github.com/grahamking/ort
//!
//! MIT License
//! Copyright (c) 2025 Graham King
//!
//! Output/response path, from the point of view of the user,
//! so deserializing openrouter.ai's response, and writing out
//! to the screen/file/history.

pub mod from_json;
pub mod writer;