1. 23 Jun, 2021 1 commit
  2. 15 Jun, 2021 1 commit
  3. 14 Jun, 2021 1 commit
  4. 06 Apr, 2021 1 commit
    • Bastian Köcher's avatar
      Adds support for custom where bounds (#263) · 46c19554
      Bastian Köcher authored
      
      
      * Adds support for custom where bounds
      
      The user can now specify a custom where bound when using the derive
      macros:
      
      - `#[codec(encode_bound(T: Encode))]` for `Encode`
      - `#[codec(decode_bound(T: Encode))]` for `Decode`
      
      If nothing is specified (`encode_bound()`) the where bounds will be empty.
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarGavin Wood <gavin@parity.io>
      46c19554
  5. 26 Feb, 2021 1 commit
  6. 26 Jan, 2021 2 commits