https://github.com/nikvolf/nostd-check
https://github.com/nikvolf/nostd-check
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikvolf/nostd-check
- Owner: NikVolf
- Created: 2020-01-06T14:06:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T05:24:26.000Z (over 6 years ago)
- Last Synced: 2025-02-24T13:22:34.357Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!