dynamic-cast 0.1.4

The fifth pillar of OOP: dynamic casting.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "arraybox"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa92d95887cde0049544c758d17b0cfb1af2957eb992159444dc49c1a19396ce"

[[package]]
name = "downcast-rs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"

[[package]]
name = "dynamic-cast"
version = "0.1.4"
dependencies = [
 "arraybox",
 "downcast-rs",
]