mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 00:08:01 +00:00
1c0a16f719
Allow specification of an alias on a struct field with the #[serde(alias="SomeAlias"] attribute. Addresses #13