tokio-rs / valuable

MIT License
185 stars 19 forks source link

Add `Structable::get` for accessing fields-by-name. #102

Open jswrenn opened 2 years ago

jswrenn commented 2 years ago

BREAKING!

Adds get method to Structable for getting the Value of a field by name. Also introduces Field enum, so that get works for both positional and named fields.

jswrenn commented 2 years ago

(This needs some additional testing before it's ready to be merged.)