elastio / bon

Next-gen compile-time-checked builder generator, named function's arguments, and more!
https://bon-rs.com
Apache License 2.0
1.15k stars 16 forks source link

Make fields name in errors the same as names in struct #134

Closed andrzejressel closed 1 month ago

andrzejressel commented 1 month ago

Also introduces private mod space where other elements can be put. This is very useful, because using this we can easily emulate names - cargo doc uses local name - so we can have multiple structs that are shown with the same name, but are completelly different.