6 Commits (a98c7f79aa8febefca9456b708e92b9f79f6607f)

Author SHA1 Message Date
Derek Benson a6a0680e95 allow __ for inferred submessage types and implement array literal parsing in proto!. 9 months ago
Derek Benson 91dfd8698a add .. operator to proto! for merge_from. This mimics Rust's struct update syntax. 10 months ago
Jakob Buchgraber 1a7ce61061 Split Proxied into Proxied and MutProxied traits. 1 year ago
Derek Benson b4bd664b07 Rust: fix proto! msgtype matcher to look for :: separated idents instead of a ty to avoid syntax errors during parse 1 year ago
Derek Benson a2d4a4af2c proto! doc comment and copyright 1 year ago
Derek Benson e485d4f03d Adds an initial version of the proto! macro to simplify construction of proto messages in Rust. Currently supports all field types except Repeated and Map 1 year ago