ports/devel/bitsery/pkg-descr
2023-12-31 00:25:20 -08:00

5 lines
310 B
Text

Bitsery is a header only C++ binary serialization library. It is designed around
the networking requirements for real-time data delivery, especially for games.
All cross-platform requirements are enforced at compile time, so serialized data
do not store any meta-data information and is as small as possible.