hydra 0.1.40

A framework for writing fault tolerant, highly scalable applications with the Rust programming language.
Documentation
1
2
3
4
5
6
use bincode::Decode;
use bincode::Encode;

/// The frame used to keep the connection alive.
#[derive(Debug, Encode, Decode)]
pub struct Pong;