cieslarmichal / faker-cxx

C++ Faker library for generating fake (but realistic) data.
https://cieslarmichal.github.io/faker-cxx/
MIT License
251 stars 102 forks source link

move internal helper functions to common files #766

Open cieslarmichal opened 2 days ago

cieslarmichal commented 2 days ago

There are couple of methods in Helper.h API file that are not meant to be library API functions but only for internal module usage.

The only functions we want to export are:

All the remaining functions should be moved out to some file in common directory.