StructWalk.jl
StructWalk.jl copied to clipboard
drop in replacement for Functors.jl
This package seems to me the way Functors.jl should be, more flexible and also easier to understand.
Can we expand on the example in readme and define a FunctorStyle that is as close as possible to the interface of Functors.jl in order to facilitate the migration of the ecosystem?
Related to #9.
I haven't touch Functors.jl for a long time and not sure how Functors.jl's api looks like right now. We would need to list all the functionalities that Functors can do beforehand.
Maybe @ToucheSir have any thought?
I don't know of anything Functors can do that StructWalk couldn't on principle, but there might be small details in e.g. handling of array wrappers that would require changes.