tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
452 stars 87 forks source link

No need to create a Borrow to compare against a &str #141

Closed therealprof closed 5 years ago

therealprof commented 5 years ago

Signed-off-by: Daniel Egger daniel@eggers-club.de

tafia commented 5 years ago

Thanks!!