struct-path-rs

A helper macros to build a string that represents struct fields path at compile time (such as <field-name>.<field-name>)

APACHE-2.0 License

Downloads
104K
Stars
2
Committers
2

Bot releases are hidden (Show)

struct-path-rs - v0.2.3 Latest Release

Published by abdolence over 1 year ago

What's Changed

Full Changelog: https://github.com/abdolence/struct-path-rs/compare/v0.2.2...v0.2.3

struct-path-rs - v0.2.2

Published by abdolence almost 2 years ago

struct-path-rs - v0.2.0

Published by abdolence almost 2 years ago

  • Split macro to path!()/paths() to make explicit return types and avoid mistakes;

Full Changelog: https://github.com/abdolence/struct-path-rs/compare/v0.1.4...v0.2.0

struct-path-rs - v0.1.4

Published by abdolence almost 2 years ago

  • Multiple different structures can be specified. Example: path!(TestStructParent::{ value_str, value_num },TestStructChild::child_value_str)

Full Changelog: https://github.com/abdolence/struct-path-rs/compare/v0.1.3...v0.1.4

struct-path-rs - v0.1.3

Published by abdolence almost 2 years ago

What's Changed

Full Changelog: https://github.com/abdolence/struct-path-rs/compare/v0.1.2...v0.1.3

struct-path-rs - v0.1.2

Published by abdolence almost 2 years ago

  • First published version