crosstrait 0.1.3

Cast from `dyn Any` to other trait objects, with no_std, no alloc support
Documentation
[dependencies.gensym]
version = "0.1"

[dependencies.heapless]
version = "0.8"

[dependencies.linkme]
optional = true
version = "0.3"

[dependencies.once_cell]
default-features = false
features = ["critical-section"]
optional = true
version = "1.19"

[features]
alloc = []
default = ["std"]
global_registry = ["dep:linkme", "dep:once_cell"]
std = ["alloc", "once_cell/std", "global_registry"]
used_linker = ["linkme?/used_linker"]

[lib]
name = "crosstrait"
path = "src/lib.rs"

[package]
authors = ["Robert Jördens <rj@quartiq.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "embedded", "no-std", "no-std::no-alloc"]
description = "Cast from `dyn Any` to other trait objects, with no_std, no alloc support"
documentation = "https://docs.rs/crosstrait"
edition = "2021"
keywords = ["linkage", "trait", "cast", "any"]
license = "MIT OR Apache-2.0"
name = "crosstrait"
readme = "README.md"
repository = "https://github.com/quartiq/crosstrait"
version = "0.1.3"