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
We want to have multiple options here. The current system where you create your own struct and implement the Module Config by hand is quite tedious. So there are some ideas
let the engine have feature-flags that decide what to use on the default config. Then you can specify what components you are using in the Cargo.toml
have a macro that can generate the config for you, but you can still override things
We want to have multiple options here. The current system where you create your own struct and implement the Module Config by hand is quite tedious. So there are some ideas
Cargo.toml
The text was updated successfully, but these errors were encountered: