1. 12 Mar, 2019 2 commits
  2. 08 Mar, 2019 1 commit
    • Fedor Sakharov's avatar
      decode returns Result instead of Option (#52) · b4a784d3
      Fedor Sakharov authored
      * decode returns Result instead of Option
      
      Fixes #33
      
      * don't use String inside Error
      
      * some fixes to formatting and error messages
      
      * fix review
      
      * implements std::error::Error and std::fmt::Display for Error
      * removes implementation of ToString
      * fixes error message for decoding Enum
      * generate error messages with format!() outside of the quote!()
      
      * refactors error message generation
      
      * adds simple sanity tests
      
      * adds from str implementation for error
      
      * adds tests for named structs fields
      
      * remove all the literal error messages from no_std builds
      
      * brings back PartialEq lost along the way
      
      * fix review v3
      b4a784d3
  3. 07 Mar, 2019 1 commit
  4. 28 Feb, 2019 2 commits
  5. 25 Feb, 2019 1 commit
  6. 13 Feb, 2019 1 commit
  7. 12 Feb, 2019 2 commits
  8. 08 Feb, 2019 2 commits
  9. 06 Feb, 2019 1 commit
  10. 22 Jan, 2019 5 commits
  11. 21 Jan, 2019 1 commit
  12. 18 Jan, 2019 2 commits
  13. 16 Jan, 2019 7 commits
  14. 15 Jan, 2019 2 commits
  15. 14 Jan, 2019 3 commits
  16. 10 Jan, 2019 7 commits