see_derive

Crates.iosee_derive
lib.rssee_derive
version0.0.5
sourcesrc
created_at2023-01-10 16:41:03.461359
updated_at2023-03-03 18:50:11.588229
descriptionA sub-module for providing proc-macros for the `see-through` crate
homepage
repositoryhttps://github.com/NishantJoshi00/see-through
max_upload_size
id755630
size9,442
Nishant Joshi (NishantJoshi00)

documentation

README

See Derive

A inner crate that provides #[derive(...)] for See & Look trait in the repository.

Usage

The macros provided are

  • #[derive(See)]

  • #[derive(Look)] this will automatically derive See as it's an internal dependency

  • auto_load!() this macro loads all the unit structs which allow both See and Look to access fields inside generics. This macro should be called in the root of the repository and after all the See and Look derivation are done.

Description

For more details on how to use this, please visit see-through

Commit count: 19

cargo fmt