alex/relish

Expand coverage of types with relish implementations

オープン

#7 opened on 2025/12/26

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (14 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Potential considerations:

std

  • String:
    • Box<str>
    • Arc<str>
    • Cow<'_, str>
  • Array:
    • [T; N]
    • Box<[T]>
    • Arc<[T]>
    • Rc<[T]>
    • Cow<'_, [T]>
    • std::collections::VecDeque<T>
    • std::collections::BTreeSet<T>
    • std::collections::HashSet<T, S>
  • Map:
    • std::collections::BTreeMap<K, V>
  • Integers:
    • NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64, NonZeroU128
    • NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64, NonZeroI128

3p

  • uuid
  • indexmap
  • jiff
  • smallvec

コントリビューターガイド