qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
78 stars 17 forks source link

Update %bytes to be %%bytes #351

Closed copybara-service[bot] closed 2 years ago

copybara-service[bot] commented 2 years ago

Update %bytes to be %%bytes

Every proto field gets interned as %foo to hide the constructor and setter. This means we can't make a message with a bytes field. But sometimes you just want a bytes...