Safe Haskell | None |
---|---|
Language | Haskell2010 |
Quasi-quoters for .proto
files
protobuf :: String -> FilePath -> Q [Dec] Source #
Reads a .proto
file and generates a Schema
with all the message types, using the name given
as first argument.