fr-rust 0.2.0

A comprehensive framework/utility library for Actix-web, Postgres, Redis, and authentication.
Documentation
1
2
3
4
5
6
7
pub mod ws;
pub use ws::{WsManager, WsConfig, UserMsg};

pub mod batcher;
pub use batcher::{
  MsgBatcher
};