casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
487 stars 25 forks source link

data: Avoid introducing dependencies that break `no_std` #434

Closed casey closed 4 years ago

casey commented 4 years ago

I believe it's possible to accidentally break downstream consumers of a supposedly no_std crate by adding a dependency that is not itself no_std. Prevent this with a check on GitHub actions. This can be done with cargo nono check, or perhaps a no_std test crate.

casey commented 4 years ago

Moving to casey/data