good first issue
仓库指标
- Star
- (12 star)
- PR 合并指标
- (30 天内没有已合并 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,NonZeroU128NonZeroI8,NonZeroI16,NonZeroI32,NonZeroI64,NonZeroI128
3p
uuidindexmapjiffsmallvec