Mingun
Mingun
All these considerations would apply if the requested attribute did not exist and some code had to be written to support it. But it already is! Why don't your considerations...
@dtolnay, @oli-obk, any feedback?
Nothing personal, I just think, that if you don't have time to work on the project on which the whole Rust ecosystem is based, its time to request help for...
Unfortunately, I cannot use my fork for all my direct and indirect dependencies, so this is only short-term solution.
That is what I name "short-term solution"
Not all fixes in `serde_derive`, most of them also require changes in `serde`. That means that you will need to replace crate in all dependencies to not get strange errors...
If you are too afraid to make changes, it means that it is time to release a new version, which will not be automatically updated in most cases (i.e. release...
There has difference: when new version of existing crate is released, consumers can support both versions just by using correct semver string. Even if you do some breaking changes in...
> Is this still true? Current situation not so bad as was at time of creating this issue, it was optimized in a hackish way in #2148, so if something...
For quite some time, watching the project, creating [several issues][1] and offering [several PRs][2], all of which are still unanswered, I want to return to the problem of maintaining the...