8 个版本 (4 个破坏性更改)
0.5.0 | 2024 年 3 月 13 日 |
---|---|
0.4.2 | 2022 年 5 月 24 日 |
0.3.1 | 2021 年 6 月 25 日 |
0.3.0 | 2020 年 9 月 21 日 |
0.1.0 | 2020 年 9 月 21 日 |
#974 in Rust 模式
3,253 每月下载量
在 16 个crate中使用了(8 个直接使用)
4KB
phantom-type
A PhantomData
的类似物,防止“参数从未使用”错误,但与 PhantomData
相比不产生任何限制。
可选 no_std
如果您的crate有 std
功能,请使用以下方法指定 phantom-type
依赖项
[features]
default = ["std"]
std = ["phantom-type/std"]
[dependencies]
phantom-type = { version = "*", default-features = false }
lib.rs
:
crate 功能
"std"
默认启用。禁用以使库#![no_std]
.
依赖项
~290–780KB
~18K SLoC