try_as_traits 0.1.0

Traits to ease using enums whose sole purpose is to enumerate a set of types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
description = "Traits to ease using enums whose sole purpose is to enumerate a set of types."
documentation = "https://nearoo.github.io/try_as/try_as_traits/"
edition = "2021"
exclude = ["docs/", "Makefile"]
homepage = "https://github.com/Nearoo/try_as"
keywords = ["utiliy", "types", "enum"]
license-file = "LICENSE.txt"
name = "try_as_traits"
readme = "README.md"
repository = "https://github.com/Nearoo/try_as"
version = "0.1.0"