typeable

Exposes Typeable, for getting TypeIds at runtime

12 releases

Uses old Rust 2015

0.1.2 Jun 4, 2015
0.1.1 Apr 2, 2015
0.1.0 Mar 31, 2015
0.0.9 Mar 26, 2015
0.0.2 Nov 19, 2014

#1154 in Rust patterns

Download history 7817/week @ 2024-07-20 7360/week @ 2024-07-27 7191/week @ 2024-08-03 13219/week @ 2024-08-10 7405/week @ 2024-08-17 8183/week @ 2024-08-24 6939/week @ 2024-08-31 6580/week @ 2024-09-07 6280/week @ 2024-09-14 7965/week @ 2024-09-21 8605/week @ 2024-09-28 9372/week @ 2024-10-05 9378/week @ 2024-10-12 10266/week @ 2024-10-19 6708/week @ 2024-10-26 6782/week @ 2024-11-02

34,606 downloads per month
Used in 987 crates (4 directly)

MIT license

1KB

Exposes Typeable, which exposes the get_type method, which gives the TypeId of any 'static type.

No runtime deps