radix v0.3.0 Release Notes

Release Date: 2016-04-16 // almost 8 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improve forward compatibility with newer versions of the compiler by adding
      missing types to solve type inference errors.

    ๐Ÿ”„ Changed

    • Radix::Tree now requires the usage of a type which will be used as node's
      ๐Ÿ‘€ payload. See README for details.