field_path 0.4.0

Type-safe, no-std field access and reflection utilities.
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![no_std]

pub mod accessor;
pub mod field;
pub mod field_accessor;