Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of chm-diederichs/compact-encoding-struct

Account's avatar
holepunchto/compact-encoding
A series of compact encoding schemes for building small and fast parsers and serializers
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

chm-diederichs's profile
chm-diederichs
22 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
chm-diederichs

chm-diederichs/compact-encoding-str...

Generate compact encodings for defined structs

JavaScript
0
0
No license

compact‑encoding‑struct is a tiny JavaScript library that lets developers define object schemas using the **compact‑encoding** primitives and automatically generates fast `encode`, `preencode` and `decode` functions for those schemas. It provides helpers for common patterns (optional fields, arrays, flags, constants, union types, headers) and is aimed at Node.js developers who need bandwidth‑efficient binary serialization of structured messages.