serde-rs / bytes

Wrapper types to enable optimized handling of &[u8] and Vec<u8>
Apache License 2.0
306 stars 37 forks source link

Implement deserializing &'de [u8; N] #48

Closed sosthene-nitrokey closed 8 months ago

sosthene-nitrokey commented 8 months ago

e1f53b2d4b5298763f207af2f32466a45ca14d24 (https://github.com/serde-rs/bytes/pull/46) implemented deserializing &'de ByteArray but not &'de [u8; N]