5 releases
Uses old Rust 2015
0.0.4 | Feb 21, 2015 |
---|---|
0.0.3 | Jan 10, 2015 |
0.0.2 | Dec 3, 2014 |
0.0.1 | Nov 11, 2014 |
0.0.0 | Nov 11, 2014 |
#126 in #interop
1KB
Phantom
Exposes
Phantom<T>
for hinting type parameters.
Just struct Phantom<T>;
, but defined in its own crate for interoperability.
lib.rs
:
Exposes Phantom
, which is useful for hinting type parameters.