{"id":13623560,"url":"https://github.com/softprops/openapi","last_synced_at":"2025-10-09T16:36:38.187Z","repository":{"id":16025285,"uuid":"79154225","full_name":"softprops/openapi","owner":"softprops","description":"openapi schema serialization for rust","archived":false,"fork":false,"pushed_at":"2023-01-10T12:35:58.000Z","size":1153,"stargazers_count":129,"open_issues_count":24,"forks_count":61,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T11:59:59.149Z","etag":null,"topics":["openapi","rust-library"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softprops.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-16T19:57:46.000Z","updated_at":"2025-02-15T08:32:54.000Z","dependencies_parsed_at":"2023-01-13T18:40:12.763Z","dependency_job_id":null,"html_url":"https://github.com/softprops/openapi","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fopenapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fopenapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fopenapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softprops%2Fopenapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softprops","download_url":"https://codeload.github.com/softprops/openapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289426,"owners_count":20914464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openapi","rust-library"],"created_at":"2024-08-01T21:01:33.121Z","updated_at":"2025-10-09T16:36:33.136Z","avatar_url":"https://github.com/softprops.png","language":"Rust","readme":"# open api [![Build Status](https://travis-ci.org/softprops/openapi.svg?branch=master)](https://travis-ci.org/softprops/openapi) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![crates.io](http://meritbadge.herokuapp.com/openapi)](https://crates.io/crates/openapi)\n\n\u003e Rust crate for serializing and deserializing [open api](http://swagger.io/specification/) documents\n\n[Documentation](https://softprops.github.io/openapi)\n\n## install\n\nadd the following to your `Cargo.toml` file\n\n```toml\n[dependencies]\nopenapi = \"0.1\"\n```\n\n## usage\n\n```rust\nextern crate openapi;\n\nfn main() {\n  match openapi::from_path(\"path/to/openapi.yaml\") {\n    Ok(spec) =\u003e println!(\"spec: {:?}\", spec),\n    Err(err) =\u003e println!(\"error: {}\", err)\n  }\n}\n```\n\nDoug Tangren (softprops) 2017\n","funding_links":[],"categories":["Libraries","库 Libraries"],"sub_categories":["Web programming","网络编程 Web programming"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fopenapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftprops%2Fopenapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftprops%2Fopenapi/lists"}