An open API service indexing awesome lists of open source software.

https://github.com/nikvolf/nostd-check


https://github.com/nikvolf/nostd-check

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# nostd-check

Utility to check if current cargo project will be compiled with no-std!

Install it with

```
cargo install --git https://github.com/nikvolf/nostd-check --force
```

And run it at your cargo project:

```
$ nostdchk
```

See yourself!