buntine / barcoders

A barcode encoding library for the Rust programming language
Apache License 2.0
164 stars 24 forks source link

Signature changes #5

Closed archer884 closed 8 years ago

archer884 commented 8 years ago

Made some use of your library recently and I found just a few small rough edges with regard to the signatures of constructors and so forth. Here are some of my initial thoughts on improvements.

buntine commented 8 years ago

Thanks! Yes, I agree with the usage of AsRef here. I've merged and will run some tests and then push to cargo. :)