bebop-tools 3.0.3-beta.3

Cargo buildscript tools for Bebop, a schema-based binary serialization format.
Documentation

Intro

Bebop enables schema-based, typesafe, binary serialization and code generation. It is designed to be a good fit for clientโ€“server or distributed web apps that require a faster, more concise, and more typesafe alternative to JSON or MessagePack, while avoiding the complexity of Protocol Buffers, FlatBuffers, and similar solutions.

If you want to get familiar with the schema language and see what the generated code looks like, try out the web REPL.

Features

  • ๐Ÿง™โ€โ™‚๏ธย  Supports Typescript, C#, Rust, C++, and more.
  • ๐ŸŽย  Snappy DX - integrate bebopc into your project with ease. Language support available in VSCode.
  • ๐Ÿƒย  Light - Bebop has zero deps and a tiny runtime footprint. Generated code is tightly optimized.
  • ๐ŸŒ—ย  RPC - build efficent APIs with Tempo.
  • โ˜๏ธย  Runs everywhere - browsers, serverless platforms, and on bare metal.

๐Ÿ‘‰ For more information check out the wiki. ๐Ÿ‘ˆ

Bebop is insanely fast! ๐Ÿš€

P12CpmA

Releases

To find the latest release of the bebopc and its corresponding runtimes, visit the release page.

Documentation

Bebop is documented on this repository's wiki. Here are some quick links to get you started:

See You Space Cowboy...