opencli

Crates.ioopencli
lib.rsopencli
version0.1.1
created_at2025-08-30 18:40:34.778013+00
updated_at2025-09-05 16:54:01.267331+00
descriptionOpenCLI struct definitions for serializing and deserializing
homepage
repositoryhttps://github.com/FantasyTeddy/opencli
max_upload_size
id1817827
size17,798
Matthias Baer (FantasyTeddy)

documentation

https://docs.rs/opencli

README

opencli

Crates.io Documentation

This crate provides structures and support for serializing and deserializing OpenCLI specifications.

Examples

use opencli::OpenCliDocument;

fn main() {
    let opencli = OpenCliDocument::from_path("path/to/opencli.yaml").unwrap();

    println!("{opencli:#?}");
}
Commit count: 2

cargo fmt