wire_weaver

Crates.iowire_weaver
lib.rswire_weaver
version0.4.0
created_at2026-01-07 20:26:37.375568+00
updated_at2026-01-07 20:26:37.375568+00
descriptionWireWeaver is a wire format and API code generator for resource constrained systems.
homepage
repositoryhttps://github.com/vhrdtech/wire_weaver
max_upload_size
id2028968
size20,096
Roman Isaikin (romixlab)

documentation

https://vhrdtech.github.io/wire_weaver

README

wire_weaver

Crates.io Version

logo

WireWeaver is a wire format and API code generator for resource constrained systems.

This is a convenience crate that re-exports several other ones:

  • shrink_wrap - wire format and derive macros
  • wire_weaver_derive - API code generation macros
  • ww_version - SemVer for no_std no alloc systems

By default, this crate has std feature enabled, when using on no_std, add default-features = false.

Please see the main repo or documentation for more information.

Commit count: 1289

cargo fmt