tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
446 stars 82 forks source link

ConfigBuilder::new can have different path types #248

Open nyurik opened 1 year ago

nyurik commented 1 year ago

This removes the restriction to require all path params to be of the same path type. Just a minor nuisance.