- 25 Jan, 2021 1 commit
-
-
thiolliere authored
Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 22 Jan, 2021 1 commit
-
-
thiolliere authored
-
- 14 Jan, 2021 1 commit
-
-
thiolliere authored
-
- 19 Apr, 2020 1 commit
-
-
pscott authored
* Verify bytes after encoding an object that was decoded from original bytes * Add BinaryHeapWrapper to allow PartialEq trait impl * Add Arbitrary crate and derives * Add prototype for encoding testing * Add partial encode fuzz testing * Derive arbitrary to compact * Add types for encode fuzzing * Simplify macro * Remove BitVec from Encoding macro * Add comments about sorting * Add comment for BinaryHeapWrapper * Update bytes sorting and move type display to the end * Make raw1 immutable * Hide arbitrary crate behind feature 'fuzz' * Indent macro * Impl Arbitrary for BitVecWrapper * Differentiate flows depending on fuzzing input * Update comments and add TODO * Change minimal to only_decode * Use more straightforward code for defining eq trait Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * Put comments before derive Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * Put comments before derive Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * Use match in macros; Remove comments on into_iter_sorted and fix compile for paritaleq trait * Use match in fuzz_encode * Fix typo in comments * Apply suggestions from code review Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * Remove useless mut Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 02 Apr, 2020 1 commit
-
-
thiolliere authored
* impl return error for decode_from in CompactAs trait * update readme * update doc test and readme
-
- 23 Feb, 2020 1 commit
-
-
Bastian Köcher authored
* Extend the benchmarks * Optimize encoding/decoding of primitive type vectors * Adds a benchmark for a complex type * Optimize `u8` and `i8` * Implement some more `size_hint` and improve array `encode_to` * Fix the range...
-
- 05 Jan, 2020 1 commit
-
-
Nikolay Volf authored
-
- 13 Nov, 2019 1 commit
-
-
Qinxuan Chen authored
* Update dependencies Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Update Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Revert some deps; Fix some warnings Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Improve utils of derive Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Bump bitvec to 0.15 Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * Improve utils of derive Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
- 26 Sep, 2019 1 commit
-
-
thiolliere authored
-
- 05 Aug, 2019 1 commit
-
-
thiolliere authored
* impl optional len * typo * typo * bump version * Apply suggestions from code review Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * fix * fix * space
-
- 29 Jul, 2019 1 commit
-
-
Bastian Köcher authored
* Add `EncodeLike` * Some stuff * Make it work * Review feedback * Add example * Update README * Add bound
-
- 25 Jul, 2019 1 commit
-
-
thiolliere authored
* impl bound to input_len * typo * fix + doc * fix * hide alloc * address issues
-
- 21 Jul, 2019 1 commit
-
-
thiolliere authored
* fix io reader * Revert "Implement min_encoded_len and required_len (#119)" This reverts commit 2b66d2ce.
-
- 17 Jul, 2019 2 commits
-
-
thiolliere authored
* no std works on stable + CI * bump version to 0.1
-
thiolliere authored
-
- 03 Jul, 2019 1 commit
-
-
thiolliere authored
* new api * Apply suggestions from code review Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 13 Jun, 2019 1 commit
-
-
* Fixed links in readme. * fixed link for compact encoding doc * fixed links in crate docs
-
- 12 Jun, 2019 1 commit
-
-
thiolliere authored
* move compact to its own file * fix bit vec and doc test * add back derive * address comments
-