awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
liteserver avatar

liteserver/binn

0
View on GitHub↗
481 stars·62 forks·C·Apache-2.0·9 views

Binn

Binary Serialization

Features

  • Data Processing and Databases - A library for binary serialization.
  • Serialization Libraries - Compact and fast binary serialization format.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for liteserver/binnStar history chart for liteserver/binn

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Binn

Similar open-source projects, ranked by how many features they share with Binn.
  • jmckaskill/c-capnprotojmckaskill avatar

    jmckaskill/c-capnproto

    69View on GitHub↗

    C library/compiler for the Cap'n Proto serialization/RPC protocol

    C++
    View on GitHub↗69
  • ludocode/mpackludocode avatar

    ludocode/mpack

    624View on GitHub↗

    MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.orgC

    C
    View on GitHub↗624
  • camgunz/cmpcamgunz avatar

    camgunz/cmp

    367View on GitHub↗

    An implementation of the MessagePack serialization format in C / msgpack.orgC

    C
    View on GitHub↗367
  • protobuf-c/protobuf-cprotobuf-c avatar

    protobuf-c/protobuf-c

    2,973View on GitHub↗

    Protocol Buffers implementation in C

    C++
    View on GitHub↗2,973
See all 30 alternatives to Binn→

Frequently asked questions

What does liteserver/binn do?

Binary Serialization

What are the main features of liteserver/binn?

The main features of liteserver/binn are: Data Processing and Databases, Serialization Libraries, Windows Environments.

What are some open-source alternatives to liteserver/binn?

Open-source alternatives to liteserver/binn include: ludocode/mpack — MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]. protobuf-c/protobuf-c — Protocol Buffers implementation in C. camgunz/cmp — An implementation of the MessagePack serialization format in C / msgpack.org[C]. jmckaskill/c-capnproto — C library/compiler for the Cap'n Proto serialization/RPC protocol. alexanderagd/clist — C List - universal list solution for C and C++, easy and fast, all data types supported. adamierymenko/huffandpuff.