SpamapS / rustygear

Apache License 2.0
5 stars 2 forks source link

rustygear: API is inconsistent #3

Open SpamapS opened 4 years ago

SpamapS commented 4 years ago

Some calls take &str, some Bytes, some Vec. We should standardize on one type, and provide some From trait implementations to make it simpler to get data in and out of the library.