Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@timolinn timolinn released this 29 Jan 15:24
· 2 commits to master since this release

Refresh library.

  • statically define the code-to-bank kv HashMap store (why not just use lazy_static? why use it?)
  • refactored, removing unnecessary allocations
    -added
    • ::bank_matches()
    • ::is_valid_bank()
  • prevalidate NUBAN, ensuring no invalid Nuban definitions
  • use structured errors, with descriptive Display representations