Skip to content
Unverified Commit 4f327bc1 authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Generate request body struct (#30)

* Run all tests in the same cargo workspace

Running all the tests in the same cargo workspace allows test runners to avoid recompiling dependencies every time. This allows us to drop parallel tests which seemed to be causing OOMs.

* Doc cleanups and improvements

* Add support for public and private modules

* Generate Synthetic Body structs for serialization

To enable serialization & deserialization, we generate synthetic structs representing the request body. Currently, the serialization method returns a stub, however, in a subsequent PR, serde will be used to generate actual request bodies.

* Fix doc typo

* CR feedback
parent 33705fa3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment