You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi James, thanks for writing this spec. It was really helpful in helping me understand what postcard & postcard-rpc are doing.
Below are some minor typos and a few questions I noticed.
I suppose should it be the Appendix B - The Postcard-RPC protocol ?
Queries
I assume by "leb" here you are referring to "Little Endian Base 128" is that correct? Its a variable-length code compression used to store arbitrarily large integers in a small number of bytes.
Regarding to " Serde Data Model", should we provide a link to clarify it for those unfamiliar with it maybe? for e.g. https://serde.rs/data-model.html
Im just confused a bit, is it a TODO for you or ...?
Regarding to section 4 - Encoding of Serde Data Model Types & Appendix A & B, I will read them again before adding more reviews.
The text was updated successfully, but these errors were encountered:
Hi James, thanks for writing this spec. It was really helpful in helping me understand what
postcard
&postcard-rpc
are doing.Below are some minor typos and a few questions I noticed.
The version I refer to 6763142
Typos:
it should be "then" instead.
I suppose should it be the Appendix B - The Postcard-RPC protocol ?
Queries
I assume by "leb" here you are referring to "Little Endian Base 128" is that correct? Its a variable-length code compression used to store arbitrarily large integers in a small number of bytes.
Im just confused a bit, is it a TODO for you or ...?
Regarding to section 4 - Encoding of Serde Data Model Types & Appendix A & B, I will read them again before adding more reviews.
The text was updated successfully, but these errors were encountered: