CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
402 stars 29 forks source link

Add type specs and dialyzer #58

Closed CrowdHailer closed 6 years ago

CrowdHailer commented 6 years ago

Add dialyxir to this project and typespecs to all public functions. The benefits of this are improved documentation as well as an extra layer of checks.

Running dialyzer should become part of the travis test action.