1 Open Issue Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Improve the `DefaultWireFormat` trait to handle common byte array types (e.g., `Vec<u8>`, `[u8; N]`) more gracefully, avoiding the need for explicit `wire_format` attributes in most cases. The goal is to make the default wire format for these types `LengthDelimited` without requiring unstable Rust features or excessive associated types, while maintaining flexibility for other types.

Complexity: 4/5
enhancement help wanted rust

Shell