pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

Added ability to convert MapSets and Maps #23

Closed scohen closed 8 years ago

scohen commented 8 years ago

The default converters could not convert maps and mapsets into thrift. This PR allows users to set mapsets and sets instead of using deprecated hashdicts and hashsets.

@jparise

jparise commented 8 years ago

Looks good! 👍