1 unstable release
0.1.0 | Apr 17, 2020 |
---|
#17 in #modifying
9KB
127 lines
Trait Adapters
Version notice
This is an early version of the crate, released due to high demand in a different crate. Features listed below might not exist yet: additions will be noted in the changelog.
Provides newtype adapters for modifying interactions with traits.
Examples include:
Removing all traits from a type and leaving only one (customized thanks to macros)Implementing a trait by using another trait with an equivalent signature (also customized thanks to macros; a good use case is the variety of formatting traits instd::fmt
)- Containers which are alternatives to equivalent standard library containers but use slightly different traits or alter their meaning
lib.rs
:
Version notice
This is an early version of the crate, released due to high demand in a different crate. Features listed below might not exist yet: additions will be noted in the changelog.
Provides newtype adapters for modifying interactions with traits.
Examples include:
Removing all traits from a type and leaving only one (customized thanks to macros)Implementing a trait by using another trait with an equivalent signature (also customized thanks to macros; a good use case is the variety of formatting traits instd::fmt
)- Containers which are alternatives to equivalent standard library containers but use slightly different traits or alter their meaning
Dependencies
~215KB