downcast-rs 0.1.2

Trait object downcasting support using safe code and supporting type parameters, associated types, and type constraints.
Documentation
[package]
name = "downcast-rs"
version = "0.1.2"
authors = ["Ashish Myles <marcianx@gmail.com>"]
repository = "https://github.com/marcianx/downcast-rs"
description = """
Trait object downcasting support using safe code and supporting type parameters,
associated types, and type constraints.
"""
readme = "README.md"
keywords = ["downcast", "any"]
license = "MIT/Apache-2.0"