overloadf 0.1.5

unlock function overloading for rust
Documentation
0.1.5
=====

fix return type = () in Output type binding
fix derive version

0.1.4
=====

implement trait default method overloading (i.e., trait methods with default block)

0.1.3
=====

correctly handle `self` and `Self` in trait methods.
Handle associated types in parameters.

0.1.2
=====

support where clause by correctly making use of `syn::Generics`

0.1.1
=====

start to support trait overloading

0.1.0
=====

add function overloading