Crate nova_serde

source ·
Expand description

nova_serde - serde integration

`nova_serde`
├── request
└── response

request - integration of serde for Nova Request body response - integration of serde for Nova Response body

Modules

Traits

  • A data structure that can be deserialized from any data format supported by Serde.
  • A data structure that can be serialized into any data format supported by Serde.