#type #enums #utiliy

try_as_traits

Traits to ease using enums whose sole purpose is to enumerate a set of types

1 unstable release

0.1.0 Dec 22, 2022

#99 in #enum

Download history 52/week @ 2024-04-01 15/week @ 2024-04-08 49/week @ 2024-04-15 28/week @ 2024-04-22 14/week @ 2024-04-29 14/week @ 2024-05-06 25/week @ 2024-05-13 13/week @ 2024-05-20 15/week @ 2024-05-27 8/week @ 2024-06-03 27/week @ 2024-06-10 18/week @ 2024-06-17 14/week @ 2024-06-24 7/week @ 2024-07-01 16/week @ 2024-07-08 25/week @ 2024-07-15

63 downloads per month
Used in 2 crates

Custom license

3KB

Contains the traits TryAsRef, TryAsMut and TypedContainer, used by the crate try_as to simplfy dealing with enums enumerating types.

See the the crate documentation for more information and documentation on how to use the traits.


lib.rs:

Contains the traits TryAsRef, TryAsMut and TypedContainer, used by the crate try_as to simplfy dealing with enums enumerating types.

See the the crate documentation for more information and documentation on how to use the traits.

No runtime deps