5 ms·
As far as I can tell, checking for proc macro crates by suffix, only one: ergol -> ergol_proc_macro with >=0.0.1, <0.0.2. I didn't include singular dependencie
by ryangibb 7mo ago
As far as I can tell, checking for proc macro crates by suffix, only one: ergol -> ergol_proc_macro with >=0.0.1, <0.0.2.
I didn't include singular dependencies in this grep (=) just upper bounds (< and <=).
Some rough scripting is telling me there's over 600,000 singular dependencies of which just under 10,000 are proc-macro pairs.
- VorpalWay 7mo agoThat is much more than I expected. I guess people are bad at actually following semver fairly often.