]> git.scottworley.com Git - tattlekey/commit - server/src/main.rs
server: Hand-implement Serialize
authorScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 01:16:08 +0000 (18:16 -0700)
committerScott Worley <scottworley@scottworley.com>
Wed, 11 Oct 2023 01:50:46 +0000 (18:50 -0700)
commit6c8d15f4b2c0bacf5cb9fe5ad527ce219b97e0e9
tree8ad489543cdc6d7408c0eb2fe4a5f8ba3adafbe6
parentd9c1d028d1f70711493df2e394ea044fd79af46a
server: Hand-implement Serialize

Mostly for symmetry with Deserialize, for which the lack of #[serde(flatten)]
support hurts much wors.
server/Cargo.toml
server/src/main.rs