protobuf_serialization/files/proto_parser

Search:
Group by:
Source   Edit  

Procs

proc parseProtobuf(file: string): ProtoNode {.
    ...raises: [IOError, Exception, CatchableError, ValueError],
    tags: [ReadIOEffect, RootEffect], forbids: [].}
Source   Edit