An open API service indexing awesome lists of open source software.

https://github.com/dflemstr/type-info


https://github.com/dflemstr/type-info

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# type-info ![docs](https://docs.rs/type-info/badge.svg)

An implementation of detailed type information and reflection.

This library provides simple access to type information at runtime, as well as the ability to
manipulate data whose type is not statically known.

See the [API documentation](https://docs.rs/type-info) for more information.