serde-rs / bytes

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

Hide repr attribute from documentation #39

Closed dtolnay closed 1 year ago

dtolnay commented 1 year ago

Work around this rustdoc issue: https://github.com/rust-lang/rust/issues/90435.