https://github.com/dflemstr/type-info
https://github.com/dflemstr/type-info
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dflemstr/type-info
- Owner: dflemstr
- Created: 2018-04-17T20:44:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T22:25:26.000Z (almost 8 years ago)
- Last Synced: 2025-07-03T15:10:04.388Z (12 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# type-info 
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.