see-through 0.0.2

A library of traits to provide access to internal fields of generic structs.
Documentation
[dependencies.see_derive]
optional = true
version = "0.0.2"

[features]
default = []
macros = ["dep:see_derive"]

[package]
authors = ["Nishant Joshi <nishantjo.12@gmail.com>"]
categories = ["rust-patterns", "development-tools"]
description = "A library of traits to provide access to internal fields of generic structs."
edition = "2021"
exclude = [".github/*"]
keywords = ["functional", "haskell", "macro", "generics"]
license-file = "LICENSE"
name = "see-through"
readme = "README.md"
repository = "https://github.com/NishantJoshi00/see-through"
version = "0.0.2"