|
fdfaa86a17
|
Merge remote-tracking branch 'andber/fixes'
|
2025-01-24 15:58:22 -05:00 |
|
andber1
|
0f05dc2b75
|
Fix some clippy issues
|
2024-08-13 21:22:17 +02:00 |
|
andber1
|
2dfb1cc56c
|
Add missing sentinel specifc code (to allow sentinels other than 0)
|
2024-08-13 20:47:43 +02:00 |
|
Jackson
|
e9f3e46575
|
Update cobs version and add test demonstrating need
|
2022-10-07 16:35:26 -07:00 |
|
Alex Helfet
|
cb76e71b90
|
Fix build errors.
|
2020-01-28 23:16:04 +00:00 |
|
Alex Helfet
|
2bcb442fba
|
Return an error (instead of panicking) when cobs_decoded is too short.
|
2019-04-13 17:25:13 +01:00 |
|
Alex Helfet
|
18c295391a
|
COBS encode checksum.
https://github.com/fluffysquirrels/framed-rs/issues/30
|
2019-04-13 16:15:09 +01:00 |
|
Alex Helfet
|
ea84de5d41
|
More logging in tests.
|
2019-04-13 14:19:17 +01:00 |
|
Alex Helfet
|
c1f6499170
|
Handle special case where payload length is zero.
|
2019-04-13 14:18:58 +01:00 |
|
Alex Helfet
|
22445c2144
|
Improved ergonomics of config builder, more tests.
Closes #26, #24.
|
2017-12-31 15:47:19 +00:00 |
|
Alex Helfet
|
dd17f1f65d
|
Moved all encoding and decoding functions onto Codec methods that contain configuration set with a builder pattern on Config structs.
Part of issue #24.
|
2017-12-31 15:29:59 +00:00 |
|
Alex Helfet
|
dcd28189b2
|
Another test: partial frame.
|
2017-12-30 18:10:56 +00:00 |
|
Alex Helfet
|
efc3c65ed7
|
More tests.
|
2017-12-30 18:05:59 +00:00 |
|
Alex Helfet
|
14f64573e6
|
More trace logging.
|
2017-12-30 18:05:33 +00:00 |
|
Alex Helfet
|
6d26fbeeda
|
Add checksum.
|
2017-12-30 17:21:25 +00:00 |
|
Alex Helfet
|
9e05a03cf2
|
Fix no_std build.
|
2017-12-30 01:48:26 +00:00 |
|
Alex Helfet
|
83c216e413
|
Tests for all encode and decode functions in framed::bytes.
Closes #18
|
2017-12-30 01:06:19 +00:00 |
|
Alex Helfet
|
94d33882ad
|
Move most of framed into framed::bytes.
Closes #21.
|
2017-12-29 02:00:34 +00:00 |
|