reliably 0.3.4

A fully-featured real-time Rust client for Ably
Documentation
1
2
3
4
pub use serde_json::Value;

/// A convenient type alias for a JSON object with string keys.
pub type Map = serde_json::Map<String, Value>;