Kixunil / configure_me

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

Skip configuration files in case of std::io::ErrorKind::PermissionDenied #36

Closed romanz closed 4 years ago

romanz commented 4 years ago

Following https://github.com/romanz/electrs/issues/217 - not sure it's the best solution though.

romanz commented 4 years ago

Tested locally on electrs configuration - seem to work (i.e. to ignore configuration files without read permission).