[go: up one dir, main page]

serde_cbor 0.3.0

CBOR serialization and deserialization using serde.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "serde_cbor"
version = "0.3.0"
authors = ["Pyfisch <pyfisch@gmail.com>"]
repository = "https://github.com/pyfisch/cbor"
documentation = "http://pyfisch.github.io/cbor/serde_cbor/index.html"
readme = "README.md"
license = "MIT"
description = "CBOR serialization and deserialization using serde."
keywords = ["serde", "cbor", "serialization"]

[dependencies]
byteorder = "0.3"
libc = "0.2.6"
serde = "0.7.0"

[features]
unstable = []