Skip to content

Releases: guscost/cosworth

v0.1.5

06 Jan 19:43
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • New cosworth macro for server setup
  • Simpler Endpoint context (db connection is automatically unwrapped)
  • Response traits and constructor
  • Update dependencies
  • Use From trait in example model

v0.1.2

13 Oct 20:54
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Endpoint trait with default get, post, put, delete, and options implementations
  • Request and Response structs for handing requests off to be processed
  • Processor actor that calls the appropriate method on an Endpoint
  • Macro for proxying requests to the appropriate Endpoint
  • Macros to initialize DB pool, actor system, and app
  • Macros to define routing and middleware

v0.1.1

13 Oct 15:42
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Initial project setup with non-functional example app
  • Tests some macros and a JSON helper function