lloydmeta / frunk

Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.
https://beachape.com/frunk/
MIT License
1.29k stars 58 forks source link

Add Selector::get_mut #129

Closed jesskfullwood closed 6 years ago

jesskfullwood commented 6 years ago

Thanks for the cool lib, I'm using it heavily to create a typesafe dataframe-like lib.

I have a need for a get_mut function on the Selector trait. Is there a reason this is missing/would you accept a PR?

lloydmeta commented 6 years ago

Hey there, thanks for reaching out :) No, as far as I can tell there is no reason why it's missing; a PR implementing it is definitely welcome :)

ExpHP commented 6 years ago

I am not at all opposed, in fact I was wondering myself why it wasn't there when I first saw the crate.

Centril commented 6 years ago

If you can make it work, I'd also welcome a PR. :)