Skip to content

trillium-v0.2.4

Choose a tag to compare

@jbr jbr released this 01 Mar 21:28
· 858 commits to main since this release
ba1cd48
  • #267 bugfix: recursively initializes handlers returned by trillium::init, which previously were not initialized
  • #268 feature: adds an implementation of Handler for Result<T, E> where T and E are Handler