msgpack-rust

MessagePack implementation for Rust / msgpack.org[Rust]

Github星跟踪图

RMP - Rust MessagePack

RMP is a pure Rust MessagePack implementation.

Build Status
Coverage Status

This repository consists of three separate crates: the RMP core and two implementations to ease serializing and
deserializing Rust structs., crates.io, API Documentation, -------------------, -------------------------------------------, ---------------------------------, rmp, , RMP, rmps, , RMP Serde, rmpv, , RMP Value, ## Features

  • Convenient API

    RMP is designed to be lightweight and straightforward. There are low-level API, which gives you
    full control on data encoding/decoding process and makes no heap allocations. On the other hand
    there are high-level API, which provides you convenient interface using Rust standard library and
    compiler reflection, allowing to encode/decode structures using derive attribute.

  • Zero-copy value decoding

    RMP allows to decode bytes from a buffer in a zero-copy manner easily and blazingly fast, while Rust
    static checks guarantees that the data will be valid as long as the buffer lives.

  • Clear error handling

    RMP's error system guarantees that you never receive an error enum with unreachable variant.

  • Robust and tested

    This project is developed using TDD and CI, so any found bugs will be fixed without breaking
    existing functionality.

Requirements

  • Rust 1.34.2

Versioning

This project adheres to Semantic Versioning. However until 1.0.0 comes there
will be the following rules:

  • Any API/ABI breaking changes will be notified in the changelog explicitly and results in minor
    version bumping.
  • API extending features results in patch version bumping.
  • Non-breaking bug fixes and performance improving results in patch version bumping.

概览

名称与所有者3Hren/msgpack-rust
主编程语言Rust
编程语言Rust (语言数: 1)
平台
许可证MIT License
发布数36
最新版本名称rmpv/v1.3.0 (发布于 2024-04-30 14:20:42)
第一版名称v0.1.1 (发布于 2015-05-18 20:35:39)
创建于2015-03-20 11:09:01
推送于2024-04-30 13:47:32
最后一次提交2024-04-30 14:31:48
星数1.1k
关注者数17
派生数122
提交数1k
已启用问题?
问题数201
打开的问题数58
拉请求数116
打开的拉请求数5
关闭的拉请求数23
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部