typenaming 0.1.3

Infrastructure to derive name of type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[![Crates.io][crates-badge]][crates-url]
[![Documentation](https://docs.rs/typenaming/badge.svg)](https://docs.rs/typenaming)
[![MIT licensed][mit-badge]][mit-url]

[crates-badge]: https://img.shields.io/crates/v/typenaming.svg
[crates-url]: https://crates.io/crates/typenaming
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/voelklmichael/type-name/blob/master/LICENSE

# typenaming
 A library to derive the name of a type, together with some more basic information.


#### License

<sup>
Licensed under <a href="LICENSE">MIT license</a>.
</sup>