downcast-rs 2.0.1

Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints.
Documentation
[features]
default = ["std", "sync"]
std = []
sync = []

[package]
description = """
Trait object downcasting support using only safe Rust. It supports type
parameters, associated types, and type constraints.
"""
edition = "2021"
keywords = ["downcast", "any", "trait", "associated", "no_std"]
license = "MIT/Apache-2.0"
name = "downcast-rs"
readme = "README.md"
repository = "https://github.com/marcianx/downcast-rs"
resolver = "2"
rust-version = "1.56"
version = "2.0.1"