serde 0.9.11
- Implement Serialize and Deserialize for
CStringand implement Serialize forCStr(#801, thanks @jonhoo) - Provide
Serializer::collect_strto enable zero-allocation serialization of dynamically constructed strings (#789, thanks @nox)
CString and implement Serialize for CStr (#801, thanks @jonhoo)Serializer::collect_str to enable zero-allocation serialization of dynamically constructed strings (#789, thanks @nox)