1. 23 Jun, 2021 1 commit
  2. 14 Jun, 2021 1 commit
  3. 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
  4. 04 Jan, 2021 1 commit
  5. 08 Apr, 2020 1 commit
  6. 13 Nov, 2019 1 commit
  7. 25 Sep, 2019 1 commit
  8. 12 Jun, 2019 1 commit
    • Andrew Jones's avatar
      Derive `CompactAs` for single field structs (#97) · 215cda34
      Andrew Jones authored
      * Basic CompactAs derive
      
      * Support single field named structs
      
      * Extract function to wrap impl in dummy const
      
      * Support single non-skipped field
      
      * Restore original include_parity_scale_codec_crate function
      
      * Add test for Compact<T> codec
      215cda34
  9. 01 Apr, 2019 1 commit
  10. 12 Oct, 2018 1 commit
  11. 11 Oct, 2018 1 commit