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

#1135 in Rust patterns

Download history 7299/week @ 2024-06-18 8057/week @ 2024-06-25 7267/week @ 2024-07-02 7795/week @ 2024-07-09 8105/week @ 2024-07-16 7581/week @ 2024-07-23 7203/week @ 2024-07-30 10092/week @ 2024-08-06 10586/week @ 2024-08-13 7234/week @ 2024-08-20 8107/week @ 2024-08-27 6876/week @ 2024-09-03 6604/week @ 2024-09-10 6411/week @ 2024-09-17 8815/week @ 2024-09-24 6892/week @ 2024-10-01

29,734 downloads per month
Used in 988 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