[−][src]Crate postman_collection
Re-exports
pub use errors::Result; |
pub use errors::ResultExt; |
Modules
errors | Errors that Postman Collection functions may return |
v1_0_0 | |
v2_0_0 | |
v2_1_0 |
Enums
PostmanCollection | Supported versions of Postman Collection. |
Functions
from_path | Deserialize a Postman Collection from a path |
from_reader | Deserialize a Postman Collection from type which implements Read |
to_json | Serialize Postman Collection spec to JSON string |
to_yaml | Serialize Postman Collection spec to a YAML string |