Skip to content

Missing trait implementations #40

@Luro02

Description

@Luro02

There are some traits missing for StableVec that could be implemented.

Important traits:

  • Hash
  • Ord
  • Write
  • RefUnwindSafe
  • UnwindSafe
  • PartialOrd

serdes Serialize and Deserialize could also be supported?

Convenience:

  • From<BTreeMap<usize, T>>
  • Extend<&'a T>
  • From<&'_ str>
  • From<BinaryHeap<T>>
  • From<Box<[T]>>
  • From<CString>
  • From<String>
  • From<Cow<'a, [T]>>
  • PartialEq<&'_ [B; N]>
  • PartialEq<&'_ mut [B]>
  • PartialEq<[B; N]>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions