Docs.rs
postman2openapi-1.2.1
postman2openapi 1.2.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kevinswiber
Dependencies
anyhow ^1.0
normal
convert_case ^0.5.0
normal
indexmap ^1.5.1
normal
lazy_static ^1.4.0
normal
regex ^1.6
normal
semver ^1.0.12
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
serde_yaml ^0.9
normal
console_error_panic_hook ^0.1.6
normal
optional
gloo-utils ^0.2
normal
wasm-bindgen ^0.2
normal
wee_alloc ^0.4.5
normal
optional
js-sys ^0.3
dev
wasm-bindgen-test ^0.3.0
dev
Versions
50.1%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
from_str
postman2openapi
1.2.1
postman2openapi
Function
from_
str
Copy item path
Source
pub fn from_str(collection: &
str
, options:
TranspileOptions
) ->
Result
<
String
>