Skip to content

colbyn/std1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages