jsonm 0.1.3

jsonm implementation port for Rust. jsonm is a fast and safe way to compress JSON messages using memoization. jsonm makes messages up to several orders of magnitude smaller by getting rid of repeated names and values.
Documentation
language: rust
script:
  - cargo build --verbose --all
  - cargo test --verbose --all