Skip to content

Tomok/Rust-TypeInformation

Repository files navigation

(Rust-)TypeInformation

This is a framework to get runtime information about rust types

** THIS IS CURRENTLY NOT IN A USABLE STATE **

Build Status

This library can be used to extend structures with meta information allowing to query them for their fields at runtime.

Note: This provides read only access only.

The primary idea for this library is to allow the implementation of interfaces, that can be queried for the format of data to be send to/received from them. The real interfaces can than be implemented with serde or a similar framework.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

TypeInformation Framework for Rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages