teamplayer3/postcard-bindgen
A crate which generates bindings for the postcard binary format for other languages than Rust.
This tool generates code to help different parts of a software system communicate smoothly. It takes data structures defined in Rust and creates equivalent code in JavaScript or Python, which can then be used to send and receive binary data between, for example, a compact device and a mobile app. Software developers building cross-platform applications, especially those involving embedded systems or microcontrollers, would use this.
14 stars and 2,834 monthly downloads.
Use this if you need to reliably send structured binary data between a Rust application (like on a microcontroller) and a JavaScript or Python application (like a mobile or web app).
Not ideal if your project doesn't involve Rust, or if you're only working within a single programming language ecosystem.
Stars
14
Forks
6
Language
Rust
License
Apache-2.0
Category
Last pushed
Mar 06, 2026
Monthly downloads
2,834
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/teamplayer3/postcard-bindgen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
lerouxrgd/rsgen-avro
Command line and library for generating Rust types from Avro schemas
seaofvoices/darklua
A command line tool that transforms Lua code
elastio/bon
Next-gen compile-time-checked builder generator, named function's arguments, and more!
usethesource/rascal
The implementation of the Rascal meta-programming language (including interpreter, type checker,...
JacquesCarette/Drasil
Generate all the things (focusing on research software)