elixir-uuid
elixir-uuid copied to clipboard
Add type and function specs
Although typespec functionality regarding binaries is somewhat restricted relative to other types, I believe it's better to put actual types to at least give some semantic meaning behind passed arguments.
This PR adds types for this package that cover all existing functionality (i.e. both all UUID representations, formats (UUID types) and info/1 values, as well as function specs and dev-only dialyxir dependency to make future improvements more safer.
Are there any updates for this PR?