Crates.io | cbor_event |
lib.rs | cbor_event |
version | 2.4.0 |
source | src |
created_at | 2018-09-18 09:28:34.311965 |
updated_at | 2023-01-11 14:06:59.910974 |
description | The CBOR Event library. There are no dependencies, all platforms are supported and it is wasm compatible. |
homepage | https://github.com/primetype/cbor_event#readme.md |
repository | https://github.com/primetype/cbor_event |
max_upload_size | |
id | 85329 |
size | 132,725 |
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.
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 |
✓ |
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.
This project is licensed under either of the following licenses:
Please choose the licence you want to use.