Brandon Bickford
Results
2
issues of
Brandon Bickford
WIP Add a 'foreign' interface to prost-derive to support scalar encodings defined outside of prost
4
## Motivation Modern webapps make heavy use of values like UUIDs and DateTimes. These are effectively numeric/string/byte scalers. It's important to make these easy to use for productivity. These are...
It would be convenient to reuse existing structs (like those defined for [SeaORM models](https://www.sea-ql.org/SeaORM/docs/generate-entity/entity-structure/)) to be used by Prost (and subsequently Tonic) for Grpc web apps. For example, given the...