Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/check-crates
Reads crates.io to find your crates and check they compile
https://github.com/huonw/check-crates
Last synced: about 1 month ago
JSON representation
Reads crates.io to find your crates and check they compile
- Host: GitHub
- URL: https://github.com/huonw/check-crates
- Owner: huonw
- Created: 2015-10-07T01:31:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T01:33:49.000Z (about 9 years ago)
- Last Synced: 2023-04-10T09:38:41.276Z (over 1 year ago)
- Language: Rust
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# check-crates
```
check-crates 0.1.0USAGE:
check-crates [FLAGS] [OPTIONS] [--] [ARGS]FLAGS:
-c, --compile create a Cargo.toml containing the relevant crates and `cargo build` it instead of printing to stdout
-h, --help Prints help information
-s, --sole-owner only include crates for which the given user is the sole owner
-V, --version Prints version informationOPTIONS:
-i, --ignore ... ignore this crateARGS:
id the user id to find crates for
```