Nested_filter - A specialized Map.drop for nested maps

Hi there, I’m new to Elixir. As part of my learning, I decided to make one of my first hex packages.

The source is here on github and the main docs are here

Right now, this is really a simple and “focused” package designed to let you drop the keys you want out of nested maps that have specific values (it also lets you drop key-value pairs by specific keys as well).

I had a need for it when I was transforming a nested Struct to a nested Map in another Elixir program I was writing.

I’m still learning, so if you have any comments or feedback, that would be most welcome, especially ones regarding improvements to be made or learnings to be had.

Regards,
Bruce

4 Likes