Skip to content

FantasyTeddy/opencli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:#?}");
}

About

OpenCLI schema serialization for Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages