trait_adapters

Crates.iotrait_adapters
lib.rstrait_adapters
version0.1.0
sourcesrc
created_at2020-04-17 06:56:31.240565
updated_at2020-04-17 06:56:31.240565
descriptionProvides newtype adapters for modifying interactions with traits
homepage
repositoryhttps://github.com/kotauskas/trait_adapters
max_upload_size
id231049
size8,749
(kotauskas)

documentation

https://docs.rs/trait_adapters

README

Trait Adapters

Crates.io Docs.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 in std::fmt)
  • Containers which are alternatives to equivalent standard library containers but use slightly different traits or alter their meaning
Commit count: 3

cargo fmt