You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up core/config.rs, and simplify the configuration that passing through PreProcessor and Processor.
Try to think of value consumption so that duplicated configuration, just pass by reference etc
If the config struct is somewhat unnecessary try to make it simple.
imo better to consider using like toml format to parse configuration than env
The text was updated successfully, but these errors were encountered:
Clean up
core/config.rs
, and simplify the configuration that passing throughPreProcessor
andProcessor
.Try to think of value consumption so that duplicated configuration, just pass by reference etc
If the config struct is somewhat unnecessary try to make it simple.
imo better to consider using like
toml
format to parse configuration than envThe text was updated successfully, but these errors were encountered: