Open Issues Need Help
View All on GitHub [rust] design: better `DefaultWireFormat` trait 2 months ago
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