Skip to content

trillium-v0.1.2

Choose a tag to compare

@jbr jbr released this 12 Jun 01:28
· 1171 commits to main since this release
trillium-v0.1.2
3334fbe

trillium 0.1.2

  • drops unnecessary sync bound on future
  • adds an Info struct that contains information about the current server
  • add an Init handler for composing with other handlers that need asynchronous initialization
  • moves boot-up logging from server common to logger
  • improves Handler::name output for router and tuples