srrrse
srrrse
Makes sense, so I think what we should do: * If the index file for the given ident doesn't exist, fall back by substituting underscores/hyphens in the name * When...
> You can't do `use serde-transcode;`. I'm sure there's a workaround but it's an annoying paper cut that I even have to think about it. The "workaround" is incredibly simple:...
> TL;DR: Why do we have to care if ignoring doesn't lead to problems? That is the goal, and we've solved the problem in both rustc and crates.io but not...
Gladly. I've invited @Nemo157 to be a collaborator on this repo, I'll handle crates.io later (don't have cargo set up with an API token right now)
I think the most important time to enforce this is on publish, right? You don't want your libraries with overly restrictive requirements causing you problems, but you might want to...
@dwijnand If I'm not mistaken this exists as `cargo publish --dry-run`