Commit Graph

33 Commits

Author SHA1 Message Date
c1b1cceaa1 ser refactored to use parametrized bipackSink (to use with any type of sink, e.g. network, nostd (rings, fixed buffers, etc.) 2023-11-27 23:55:48 +03:00
8bba1ef943 optimized unpack from slice: no more copying to vec 2023-11-27 23:36:08 +03:00
7428fad29c more serde tests for fixed and variable length arrays 2023-11-26 19:43:55 +03:00
94ba11f8e2 0.3.2 - bascially cosmetic changes. 2023-11-25 03:08:21 +03:00
a6e3651d5c docs 2023-11-25 03:07:09 +03:00
677b0187e8 docs 2023-11-25 03:04:21 +03:00
ed9e5da648 docs 2023-11-25 03:01:51 +03:00
befd894d89 readme fix 2023-11-25 02:45:35 +03:00
a48de88630 added fixint support 2023-11-25 02:37:48 +03:00
3a8b622ae7 ser/de support including enums 2023-11-24 21:59:18 +03:00
53e3c568a8 better tests organization 2023-10-17 00:38:07 +01:00
ffe7da2995 added contrails 2023-10-17 00:34:44 +01:00
b95809e372 added compatible crc8 implementation 2023-10-17 00:17:42 +01:00
28be1971ea tests for sets and maps 2023-10-16 12:34:49 +01:00
ecedb96ae5 partial serde deserialization 2023-10-16 00:52:10 +01:00
ebb74fdd61 started serde support: serializer & errors 2023-10-15 18:11:12 +01:00
ef42a1b282 experimental module bipack is made pub for test in real projects 2023-10-13 03:28:12 +01:00
89b67f74bc readme fix 2023-10-12 00:53:12 +01:00
1f31620c2f more readme 2023-10-12 00:49:10 +01:00
81c9a5992d docs fix 2023-10-12 00:41:37 +01:00
e0ac1b1094 +variable-length signed support 2023-10-12 00:40:15 +01:00
588446cd42 +fixed signed packs 2023-10-12 00:15:33 +01:00
33a27d0124 0.2.0: improving nameing, started serialization support and convenience macros. 2023-10-11 22:18:46 +01:00
c1aaede6f7 refinements for publication 2023-10-10 12:59:50 +01:00
8e56f10e2c getting ready for publication: license, removind debug cideF 2023-10-10 07:02:36 +01:00
747cf32da8 added ignore 2023-10-10 06:50:37 +01:00
962fcc1ac8 added ans fixed LOT of docs 2023-10-09 23:26:08 +01:00
e06d553ed7 docs, preparing for publication 2023-10-09 22:42:53 +01:00
131859ffba refined source to report errors. We might need to fix the sink too, but now we think it could not be overflown. 2023-10-09 22:36:02 +01:00
3433e3bd84 support for byte buffers, strings and binary dump 2023-10-07 13:04:39 +01:00
cf63de0dbb Initial commit
(cherry picked from commit 69c9145c7a)
2023-10-07 10:34:50 +01:00
c97d917892 strangely missing change 2023-10-07 01:46:04 +01:00
b3b41faf33 Initial commit 2023-10-07 01:44:29 +01:00