#cbor #binary-format #binary #format #encoding #events

cbor_event

The CBOR Event library. There are no dependencies, all platforms are supported and it is wasm compatible.

8 stable releases

Uses old Rust 2015

2.4.0 Jan 11, 2023
2.2.0 May 19, 2022
2.1.3 Jun 11, 2019
2.1.2 Jan 6, 2019
1.0.0 Sep 18, 2018

#448 in Parser implementations

Download history 665/week @ 2023-12-11 665/week @ 2023-12-18 372/week @ 2023-12-25 313/week @ 2024-01-01 476/week @ 2024-01-08 435/week @ 2024-01-15 515/week @ 2024-01-22 585/week @ 2024-01-29 555/week @ 2024-02-05 488/week @ 2024-02-12 591/week @ 2024-02-19 570/week @ 2024-02-26 602/week @ 2024-03-04 368/week @ 2024-03-11 420/week @ 2024-03-18 550/week @ 2024-03-25

1,961 downloads per month
Used in 25 crates (16 directly)

MIT/Apache

120KB
2.5K SLoC

CBOR Event library

Build Status MIT or APACHE-2 licensed crates.io

This library provides a simple, yet efficient CBOR binary parser/serialiser.

While some libraries provide an intermediate type representation, this crate has zero dependencies (and should not need any in the future). This is a design choice in order to guarantee as much compatibility as possible across multiple platforms.

Supported targets

rustup target add aarch64-apple-ios # or any target below
Target test
aarch64-unknown-linux-gnu
aarch64-linux-android
aarch64-apple-ios
arm-unknown-linux-gnueabi
arm-linux-androideabi
armv7-unknown-linux-gnueabihf
armv7-linux-androideabi
i686-unknown-linux-gnu
i686-unknown-linux-musl
i686-unknown-freebsd
i686-linux-android
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
x86_64-linux-android
x86_64-apple-darwin
x86_64-apple-ios
x86_64-unknown-freebsd
wasm32-unknown-emscripten
wasm32-unknown-unknown

supported compiler versions

Rust test
stable
beta
nightly

We will always aim to support the current stable version. However, it is likely that an older version of the Rust compiler is also supported.

License

This project is licensed under either of the following licenses:

Please choose the licence you want to use.

No runtime deps