devela::_dep::rkyv::collections

Module btree_set

Available on crate feature dep_rkyv only.
Expand description

Archive implementation for B-tree sets.

Structsยง

  • An archived BTreeSet. This is a wrapper around a B-tree map with the same key and a value of ().
  • The resolver for archived B-tree sets.