reactive-messaging 0.4.1

Reactive client/server communications, focused on high performance
1
2
3
4
5
6
7
8
//! Tests the server API contracts, in regard to how the usage is intended to be done -- what models
//! are accepted, how to use it with closures, methods, etc.
//!
//! NOTE: many "tests" here have no real assertions, as they are used only to verify the API is able to represent certain models;
//!       actually, many are not even executed, as their futures may simply be dropped.

#[cfg_attr(not(doc), test)]
fn test() {}