#std #quickly #name #standard #addition #typeable #to-ref

std1

简单 -非官方- Rust 标准库扩展,通过快速可输入的名称

1 个不稳定版本

0.2.0 2023年2月13日
0.1.0 2023年2月13日

#21#扩展

MIT/Apache

3KB

进行中

这里没有可看的内容,只是初始化了我的 Rust std 扩展位置

主要是为了有一个地方来提取我的基于泛型关联类型特质的工具,例如。

pub trait ToRef {
    /// The dedicated type with references therein.
    type Type<'a>: Clone where Self: 'a;
    fn to_ref<'a>(&'a self) -> Self::Type<'a>;
}

长期

简单 -非官方- Rust 标准库扩展,通过快速可输入的名称。

依赖

~46KB