0.1.0 • Published 2 years ago

protobuffet v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

🍽 protobuffet

npm npm: total downloads

Fast, zero-dependency Protocol Buffers binary message parser and assembler.

Usage

Parse

import { parsePb } from "protobuffet";

const parsed = parsePb(uint8Array);

Construct

import { ld, vt, concatu8 as cc } from "protobuffet";

const binMsg = cc(ld(0, "hello"), vt(1, 1000));

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!