restrepo 0.5.12

A collection of components for building restful webservices with actix-web
Documentation
1
2
3
4
5
6
7
8
9
//! Building blocks for restful api servers with actix-web

pub mod messaging;
pub mod persistence;
pub mod security;
pub mod server;
pub mod service;
pub mod tasks;
mod utils;