1. 06 Oct, 2021 1 commit
  2. 05 Oct, 2021 1 commit
  3. 04 Oct, 2021 1 commit
  4. 25 Sep, 2021 1 commit
  5. 07 Sep, 2021 1 commit
  6. 02 Sep, 2021 1 commit
  7. 23 Aug, 2021 1 commit
  8. 19 Aug, 2021 1 commit
    • Keith Yeung's avatar
      Use proc macros to generate conversion functions for MultiLocation (#3635) · a2a4cba4
      Keith Yeung authored
      * Use proc macros to generate conversion functions for MultiLocation
      
      * Add compile test and missing conversion cases
      
      * Add common derives for Parent and Ancestor
      
      * Generate conversion functions for MultiLocation v0 via proc macro
      
      * Add type conversion test and fix a bug
      
      * cargo fmt
      
      * Do not hardcode 8 as the number of max parents
      
      * Use map instead of for loops when generating code fragments
      
      * Spelling
      
      * cargo fmt
      
      * More mapping, less for-looping
      a2a4cba4