Closed hinto-janai closed 1 year ago
Continuation of https://github.com/hinto-janai/festival/pull/54.
This will define the (not necessarily full) serde representation of Collection and all the inner types.
serde
Collection
This is solely so that serde_json can be used for festivald, festival-cli.
serde_json
festivald
festival-cli
The output of serde_json will be used in the public API for festivald.
Continuation of https://github.com/hinto-janai/festival/pull/54.
This will define the (not necessarily full)
serde
representation ofCollection
and all the inner types.This is solely so that
serde_json
can be used forfestivald
,festival-cli
.The output of
serde_json
will be used in the public API forfestivald
.