reliably 0.3.5

A fully-featured real-time Rust SDK for Ably real-time messaging
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>;