Page MenuHomePhabricator

[shared][rust] Add proc-macro to deserialize tagged enum variants
ClosedPublic

Authored by bartek on Jul 28 2024, 7:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 1:08 AM
Unknown Object (File)
Sat, Nov 9, 10:02 PM
Unknown Object (File)
Sat, Nov 9, 4:39 PM
Unknown Object (File)
Wed, Nov 6, 10:34 PM
Unknown Object (File)
Mon, Nov 4, 12:58 PM
Unknown Object (File)
Oct 18 2024, 9:23 AM
Unknown Object (File)
Oct 18 2024, 7:37 AM
Unknown Object (File)
Oct 14 2024, 3:04 PM
Subscribers

Details

Summary

Detailed description of why we need this: ENG-8901.

Unfortunately, proc-macros need to be defined in a separate crate (see why), so I created a util-macros crate in our Cargo workspace.

Test Plan
  • Added rustdoc usage example
  • Rust unit tests added in the next diff
  • Used and tested in in D12895
  • Rust playground - see Linear description

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable