Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

openapi schema serialization for rust

License

NotificationsYou must be signed in to change notification settings

softprops/openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust crate for serializing and deserializingopen api documents

Documentation

install

add the following to yourCargo.toml file

[dependencies]openapi ="0.1"

usage

externcrate openapi;fnmain(){match openapi::from_path("path/to/openapi.yaml"){Ok(spec) =>println!("spec: {:?}", spec),Err(err) =>println!("error: {}", err)}}

Doug Tangren (softprops) 2017

About

openapi schema serialization for rust

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Contributors10

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp