dsh_api_build_helpers 0.6.1

DSH resource management API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
# dsh_api build helpers

This lib crate contains functions that are needed during the build phase of the `dsh_api` crate.

* Generate the generic client code
* Generate Progenitor client from an openapi specification
* Update the openapi specification

It has no real value in any other situation.
It is published to `crates.io` because the current capabilities of the rust `build.rs` system
are too limited for complex build strategies.