1. 25 Jan, 2021 1 commit
  2. 22 Jan, 2021 1 commit
  3. 14 Jan, 2021 1 commit
  4. 19 Apr, 2020 1 commit
    • pscott's avatar
      Extend Fuzzer with Encoding (#191) · 18b49a87
      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: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      
      * Put comments before derive
      
      Co-Authored-By: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      
      * Put comments before derive
      
      Co-Authored-By: default avatarBastian 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: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      
      * Remove useless mut
      
      Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
      18b49a87
  5. 02 Apr, 2020 1 commit
  6. 23 Feb, 2020 1 commit
    • Bastian Köcher's avatar
      Performance improvements (#180) · 99a77af9
      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...
      99a77af9
  7. 05 Jan, 2020 1 commit
  8. 13 Nov, 2019 1 commit
  9. 26 Sep, 2019 1 commit
  10. 05 Aug, 2019 1 commit
  11. 29 Jul, 2019 1 commit
    • Bastian Köcher's avatar
      Add `EncodeLike` (#145) · 07850f2e
      Bastian Köcher authored
      * Add `EncodeLike`
      
      * Some stuff
      
      * Make it work
      
      * Review feedback
      
      * Add example
      
      * Update README
      
      * Add bound
      07850f2e
  12. 25 Jul, 2019 1 commit
  13. 21 Jul, 2019 1 commit
  14. 17 Jul, 2019 2 commits
  15. 03 Jul, 2019 1 commit
  16. 13 Jun, 2019 1 commit
  17. 12 Jun, 2019 1 commit