bincode-org / bincode

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

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

Closed Vrtgs closed 7 months ago

Vrtgs commented 7 months ago

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