Crate reflect_tools

source ·
Expand description

Collection of derives which extend STD.

§Module :: reflect_tools

experimental rust-status docs.rs Open in Gitpod discord

Collection of mechanisms for reflection.

§Basic use-case

// xxx : qqq : write please

§To add to your project

cargo add reflect_tools

§Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd examples/reflect_tools_trivial
cargo run

Modules§

  • Dependencies.
  • Exposed namespace of the module.
  • Orphan namespace of the module.
  • Prelude to use essentials: use my_module::prelude::*.
  • Protected namespace of the module.
  • System of Types for Reflection

Functions§

  • Provides a reflection of an instance that implements the Instance trait.