downcast-rs 1.2.1

Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[features]
default = ["std"]
std = []

[package]
authors = ["Ashish Myles <marcianx@gmail.com>", "Runji Wang <wangrunji0408@163.com>"]
description = "Trait object downcasting support using only safe Rust. It supports type\nparameters, associated types, and type constraints.\n"
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"
version = "1.2.1"