rifts 0.2.0

Rift Realtime Protocol / 1.0 โ€” server-side implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Topic layer โ€” spec ยง9.

pub mod ordering;
pub mod profile;
pub mod retention;
pub mod store;

pub use ordering::OrderingPolicy;
pub use profile::TopicProfile;
pub use retention::RetentionPolicy;
pub use store::{LogEntry, SubscriberId, TopicEntry, TopicStore, validate_name};