synapse-rpc 0.1.20

RPC data structures used by synapse
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extern crate chrono;
extern crate regex;
extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate serde_json;
extern crate url;
extern crate url_serde;

pub mod resource;
pub mod criterion;
pub mod message;

pub const MAJOR_VERSION: u16 = 0;
pub const MINOR_VERSION: u16 = 1;