[go: up one dir, main page]

unsafe-any 0.3.0

Traits and implementations for unchecked downcasting.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "unsafe-any"
version = "0.3.0"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
description = "Traits and implementations for unchecked downcasting."
repository = "https://github.com/reem/rust-unsafe-any"
license = "MIT"

[dependencies]
traitobject = "*"