I'm trying to build up compatibility of rust geo-types to wk, geos, and sf. I suspect that a wk handler would be helpful here but I do not completely know how. I've read through https://paleolimbot.github.io/wk/articles/programming.html. However after doing so I'm still unsure what the purpose of a handler is or what is needed to have an effective handler (except the lifetime that is clear).
Could the vignette be update to include a definition of the handler and a description of it's purpose?