Docs.rs
qi_openapi-0.1.0
qi_openapi 0.1.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
Xuanwo
Dependencies
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.8
normal
Versions
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
qi_openapi
::
v3
All crates
[
−
]
[src]
Function
qi_openapi
::
v3
::
from_json_reader
pub fn from_json_reader<R>(r: R) ->
Result
<
Spec
,
Box
<dyn
Error
>>
where
R:
Read
,