fdeantoni / prost-wkt

Prost Well-Known-Types serialization and deserialization.
Apache License 2.0
76 stars 35 forks source link

wkt-build does not use full paths which causes conflicts #39

Closed dvtkrlbs closed 1 year ago

dvtkrlbs commented 1 year ago

in the add-serde logic the code generated does not use std::result::Result instead uses Result which in my case causes a conflict since a proto file that I am consuming also defines Result