-
Notifications
You must be signed in to change notification settings - Fork 39
stm32f103xx-hal not available on crates.io #52
Comments
Indeed it's not there which is also a reuse problem since you cannot publish a crate depending on a non-published crate. @japaric Anything I can do to help get this published? |
The same applies to this crate. As long as its dev dependencies are not on crates.io this crate can't be published either. We could comment out the dev dependencies / remove some examples just to get it published though. I'd like to review the DMA API before publishing; I might put some of it behind an unstable Cargo feature gate if I'm still not too happy with it (e.g. the circ buffer stuff). |
That's fair. I didn't know about the non-published dependencies limitation. It would be good for discoverability (particularly as doc/blog references to the Blue Pill crate are now dangling) and adoption. You could release early and keep updating things with breakages, but I understand wanting to hold back until the crate is more feature complete. Just as long as there is a plan to publish in the future! 😊 |
Will the |
No, the |
@therealprof Thx for the clarification! I've now created an issue for this. I'd be good if there was a quick explanation in the |
Could we push the extra examples into a further branch and remove them from the main branch? I could try to help out by submitting PR's for this? |
Any progress on this? It seems a bit weird to me to have so many dev dependencies just for the examples. Maybe some of the examples that depend on non-crates.io stuff should live in the repo's of the crate they depend on. For example the motor driver example could live in the motor driver repo? |
Are the example dev-dependencies literally the only reason this isn't on crates.io yet right now, or is there something else as well? I don't think it makes sense to make it cumbersome for everybody to use this crate just for the sake of a couple of examples. |
@mvirkkunen That's it. You might want to check out #106 and register your voice there. |
Unless I'm mistaken, this crate isn't published on crates.io. I'm currently including it in my project like this:
but of course it would be great both for ease of use and discoverability to make it available through crates.io.
Is it published and I'm missing something? If not, I think it's feature-complete enough to publish :)
The text was updated successfully, but these errors were encountered: