We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c3803 commit 3763f16Copy full SHA for 3763f16
1 file changed
Cargo.toml
@@ -3,6 +3,8 @@ name = "proxy-enum"
3
version = "0.1.1"
4
authors = ["Moritz Bischof <moritz.bischof@aleph-alpha.de>"]
5
edition = "2018"
6
+description = "Emulate dynamic dispatch and sealed classes using a proxy enum, which defers all method calls to its variants."
7
+license = "MIT"
8
9
[lib]
10
proc-macro = true
0 commit comments