Skip to content

Feature "serde"

Compare
Choose a tag to compare
@orxfun orxfun released this 23 Jan 16:24
· 14 commits to main since this release
40ba0f4
  • Serialize & Deserialize are implemented for ConcurrentVec. The concurrent vector is represented as a regular sequence.
  • These implementations are available only through opt-in feature "serde".
  • Example usage can be found in the corresponding test file.