protobuffet
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

🍽 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):


uetchy

💻

Jan Procházka

💻

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

Readme

Keywords

Package Sidebar

Install

npm i protobuffet

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Unpacked Size

30 kB

Total Files

21

Last publish

Collaborators

  • uetchy