Trait object downcasting support using only safe Rust
Description
Trait object downcasting support using only safe Rust. It supports type
parameters, associated types, and type constraints.
This package contains library source intended for building other packages which
use the "std" feature of the "downcast-rs" crate.