Open monoid opened 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]>.
RcX
RcX<str>/RcX<[u8]>/Rc<[T]>
Hello. Yes, I too think that Serde support is important. Please wait a while for the work to be done.
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 likeRcX<str>/RcX<[u8]>/Rc<[T]>
.