v0.1.2
Pre-release
Pre-release
Endpoint
trait with defaultget
,post
,put
,delete
, andoptions
implementationsRequest
andResponse
structs for handing requests off to be processedProcessor
actor that calls the appropriate method on anEndpoint
- Macro for proxying requests to the appropriate
Endpoint
- Macros to initialize DB pool, actor system, and app
- Macros to define routing and middleware