In my project, I'd like to use the time handlers with handlers for other formats in a single read/write process. While it's possible to circumvent Clojure's private system, it would be convenient if projects could pull in the handlers and merge them to build their own read/write handlers.
In my project, I'd like to use the time handlers with handlers for other formats in a single read/write process. While it's possible to circumvent Clojure's private system, it would be convenient if projects could pull in the handlers and merge them to build their own read/write handlers.