Closed RFoe closed 1 month ago
https://github.com/RFoe/coasync/blob/42f739f3a10f598837df6367066ce218841f11b2/include/coasync/detail/meta/serde_stream_base.hpp#L241
https://en.cppreference.com/w/cpp/types/endian
enum class endian { little = /*implementation-defined*/, big = /*implementation-defined*/, native = /*implementation-defined*/, };
varint编码时逐字节处理,不需要考虑字节序
https://github.com/RFoe/coasync/blob/42f739f3a10f598837df6367066ce218841f11b2/include/coasync/detail/meta/serde_stream_base.hpp#L241
https://en.cppreference.com/w/cpp/types/endian