Expand description
Building blocks for restful api servers with actix-web
Modules§
- messaging
- provides implementations of messaging protocols. For the time being, only NATS is supported.
- persistence
- Provides access to persistent data repositories. For the time being, the only supported relational database is postgres.
- security
- Common security related components, mildly preconfigured
- server
- server wide configuration items, errorhandler and response types
- service
- Configuration of api service and rest interface. Handles wrapping errors, enforcing content types, route and auth setup.
- tasks
Macros§
- cast_
mapmember - Casts a serde_json::Value to specified type.