well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
31 stars 4 forks source link

Re-exports of frequently used functionality from other packages #82

Closed edsko closed 4 months ago

edsko commented 4 months ago

.Common now exports Proxy as well as def, which are frequently required, and .Common.Protobuf now exports the most commonly required functionality for working with Protobuf messages; the essential lens operators, defMessage, some instances, etc.