akmizno / compact-rc

Low-memory reference-counting pointers.
Apache License 2.0
0 stars 0 forks source link

Serde support #1

Open monoid opened 9 months ago

monoid commented 9 months ago

It would be useful to have a Serde support gated with a feature flag. Nothing fancy required: RcX should serialize its content and deserialize it as is. Perhaps, special care should be taken for unsized children like RcX<str>/RcX<[u8]>/Rc<[T]>.

akmizno commented 7 months ago

Hello. Yes, I too think that Serde support is important. Please wait a while for the work to be done.