bincode-org / bincode

A binary encoder / decoder implementation in Rust.
MIT License
2.63k stars 265 forks source link

Decode is only implemented for Arc<str> and not Rc<str> #707

Closed Vrtgs closed 5 months ago

Vrtgs commented 5 months ago

https://github.com/bincode-org/bincode/blob/trunk/src/features/impl_alloc.rs#L454