Skip to content

Releases: AdinAck/embedded-command

Release 0.4.7

17 Jun 20:08
4284d64

Choose a tag to compare

What's Changed

Full Changelog: 0.4.6...0.4.7

Release 0.4.6

03 Jun 21:27
7e2459f

Choose a tag to compare

What's Changed

Full Changelog: 0.4.5...0.4.6

Release 0.4.5

03 Jun 20:18
02ee4a9

Choose a tag to compare

Fixed bug in computation of bytes used for Option.

Release 0.4.4

21 May 20:08
999f0cc

Choose a tag to compare

serac:

  • add impls for the unit type (())

Release 0.4.3

05 May 19:59
66d491d

Choose a tag to compare

Add impls for Option<T>.

Release 0.4.2

02 Apr 20:10
ea279bc

Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

Release 0.4.1

07 Mar 19:00
5f62485

Choose a tag to compare

Serac

Trait structures have been improved, and now SerializeBuf can be used in generic contexts with some caveats.

Release 0.2.1

10 Jan 20:00
8c76ea2

Choose a tag to compare

Add a README for serac and improve docs.

Release 0.2.0

10 Jan 19:32
f445cb2

Choose a tag to compare

return usage from serialize (#2)

`serialize_*` now returns the amount of the medium that was used.