extern-existential 0.1.2

Rust extern existential types prototype
Documentation
[dependencies.compiler_builtins]
optional = true
version = "0.1.2"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"

[features]
rustc-dep-of-std = ["core", "compiler_builtins"]

[package]
authors = ["Jethro Beekman <jethro@jbeekman.nl>"]
description = "Rust extern existential types prototype"
edition = "2018"
license = "MIT/Apache-2.0"
name = "extern-existential"
repository = "https://github.com/jethrogb/extern-existential"
version = "0.1.2"