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

std1

Simple -unofficial- additions to the rust standard library, via a quickly typeable name

1 unstable release

0.2.0 Feb 13, 2023
0.1.0 Feb 13, 2023

#2463 in Rust patterns

MIT/Apache

3KB

WIP

Nothing to see here, just initialized the location of my rust std add-ons

Mostly just wanted a place to factor out my generic associated type based trait utils, e.g.

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>;
}

Long-term

Simple -unofficial- additions to the rust standard library, via a quickly typeable name.

Dependencies

~43KB