https://github.com/jwodder/ghrepo-rust
Parse & construct GitHub repository URLs & specifiers
https://github.com/jwodder/ghrepo-rust
available-on-crates-io github repository rust url-parsing
Last synced: 8 months ago
JSON representation
Parse & construct GitHub repository URLs & specifiers
- Host: GitHub
- URL: https://github.com/jwodder/ghrepo-rust
- Owner: jwodder
- License: mit
- Created: 2022-07-05T15:36:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T12:19:57.000Z (over 1 year ago)
- Last Synced: 2024-04-01T13:36:32.073Z (over 1 year ago)
- Topics: available-on-crates-io, github, repository, rust, url-parsing
- Language: Rust
- Homepage:
- Size: 353 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#active)
[](https://github.com/jwodder/ghrepo-rust/actions/workflows/test.yml)
[](https://codecov.io/gh/jwodder/ghrepo-rust)
[](https://www.rust-lang.org)
[](https://opensource.org/licenses/MIT)
This is a Rust [workspace][] containing various packages for working with
GitHub repository URLs.
The packages are:
- [`ghrepo`][] — Rust library for parsing & constructing GitHub repository URLs
& specifiers
- [`ghrepo-cli`][] — CLI command for showing the GitHub repository for a local
Git repository
- [`repomaker`][] — Internal package for use in testing the other packages
[workspace]: https://doc.rust-lang.org/cargo/reference/workspaces.html
[`ghrepo`]: https://github.com/jwodder/ghrepo-rust/tree/master/crates/ghrepo
[`ghrepo-cli`]: https://github.com/jwodder/ghrepo-rust/tree/master/crates/ghrepo-cli
[`repomaker`]: https://github.com/jwodder/ghrepo-rust/tree/master/crates/repomaker