hobofan / cargo-nono

Check your crate for (possible) no_std compatibility
Apache License 2.0
209 stars 12 forks source link

Check main package source itself #6

Closed hobofan closed 5 years ago

hobofan commented 5 years ago

Currently only checks the dependencies sources but not the main package's source for #![no_std].

This yields false statements that the crate supports no_std.

Related to #5 (probably implemented in same refactoring)