wirefox

Crates.iowirefox
lib.rswirefox
version0.1.0
created_at2025-09-08 01:22:02.119948+00
updated_at2025-09-08 01:22:02.119948+00
descriptionWirefox Protobuf Runtime
homepage
repositoryhttps://github.com/ruriww/wirefox
max_upload_size
id1828702
size93,599
ruri (ruriww)

documentation

README

wirefox

Wirefox is a modern, safe, and fast protobuf library written in Rust that aims to have feature parity with the official google libraries.

Planned features (work in progress!)

  • proto2, proto3, editions
  • zero-copy with copy-on-write data structures
  • extensions, groups, message set
  • lazy messages
  • proto3 json mapping
  • reflection

Basic Usage

Wirefox recommends an up-to-date protobuf-compiler installation. The version that comes with some package managers may be outdated. See https://protobuf.dev/installation for instructions on how to install it.

Commit count: 3

cargo fmt