#hinting #type #interop #phantom-t

phantom

Phantom types for use in other crates

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

MIT license

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.

No runtime deps