Skip to content

serde 0.9.11

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