dynamic-cast 0.1.0

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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1692aa01f2bea9e68d0a8ddfe906446a5d372379e789423136c3180b5a33ce"
dependencies = [
 "const-default",
]

[[package]]
name = "const-default"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b396d1f76d455557e1218ec8066ae14bba60b4b36ecd55577ba979f5db7ecaa"

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

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