minicbor 0.5.1

A small CBOR codec suitable for no_std environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 0.5.1

Update `minicbor-derive` to v0.4.1 which adds the `#[cbor(transparent)]`
attribute.

# 0.5.0

Update `minicbor-derive` to v0.4.0 which adds `encode_with`, `decode_with`
and `with` attributes.

# 0.4.1

Add `Encoder::f16` to support encoding of `f32` values as half floats.
Complements the existing `Decoder::f16` method and depends on the feature
`half`.