Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xanewok/subhistory
Quick-n-dirty script to list RLS commits in Rust repo submodule bumps
https://github.com/xanewok/subhistory
Last synced: 7 days ago
JSON representation
Quick-n-dirty script to list RLS commits in Rust repo submodule bumps
- Host: GitHub
- URL: https://github.com/xanewok/subhistory
- Owner: Xanewok
- Created: 2019-06-30T22:58:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T15:17:17.000Z (over 5 years ago)
- Last Synced: 2024-12-12T19:43:30.427Z (11 days ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
$ export RUST_REPO_PATH=...
$ export RLS_REPO_PATH=...
$ export SUBMODULE_PATH=...
$ cargo run --release
```