Kixunil / configure_me

A Rust library for processing application configuration easily
62 stars 14 forks source link

Split data validation from parsing #24

Open Kixunil opened 5 years ago

Kixunil commented 5 years ago

By splitting data validation and putting it into a separate library, it'd be possible to share the validation code between codegen and generated code. It might be also useful for other projects.