Hello,
we sometimes need different dependencies depending on the configuration of our software. But since we need normally the default of the dependencies, I want a way to overwrite dependencies.
I've made an example implementation of this extension already in our fork: https://github.com/AMCON-GmbH/ferrunix/tree/feature/override_registration
Due to the contributing guidelines, however, larger proposals should first be discussed in the issue.
My suggestion is to configure this as a separate feature. This can be discussed because there are no extra dependencies to this crate for the "override" functions.
Please give me feedback on whether the idea is basically desirable.
I would then add further test cases and create a pull request.
Hello,
we sometimes need different dependencies depending on the configuration of our software. But since we need normally the default of the dependencies, I want a way to overwrite dependencies.
I've made an example implementation of this extension already in our fork: https://github.com/AMCON-GmbH/ferrunix/tree/feature/override_registration
Due to the contributing guidelines, however, larger proposals should first be discussed in the issue.
My suggestion is to configure this as a separate feature. This can be discussed because there are no extra dependencies to this crate for the "override" functions.
Please give me feedback on whether the idea is basically desirable.
I would then add further test cases and create a pull request.