not-fl3 / nanoserde

Serialisation library with zero dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document the bin format

Yamakaky opened this issue · comments

What is the format of the bin serialization format? Is it similar to https://docs.rs/bincode? For example, does it work between architectures with different endianness?

So far at least, we have not committed to maintaining a stable format. However, it does not change frequently, and the entire implementation is only ~500 LoC. Am adding BE<->LE interop shortly, so should be in the next version.