rmp_fs 0.2.0

A small lib that help to serialize and deserialize from/to rmp (RustMessagePack) with a file.
Documentation
image: rust:1.41

pipelines:
  default:
    - step:
        script:
          - cargo test -v
          - cargo build --release