#github #version #latest #check #api-bindings

github_release_check

Check latest GitHub release version

3 unstable releases

0.2.1 Dec 17, 2022
0.2.0 Dec 16, 2022
0.1.0 Jun 5, 2022

#30 in #latest

Download history 15/week @ 2024-11-13 10/week @ 2024-11-20 2/week @ 2024-11-27 3/week @ 2024-12-04 14/week @ 2024-12-11 107/week @ 2024-12-18 12/week @ 2024-12-25 211/week @ 2025-01-01 1/week @ 2025-01-08 281/week @ 2025-01-15 109/week @ 2025-01-22 368/week @ 2025-01-29 196/week @ 2025-02-05 316/week @ 2025-02-12 233/week @ 2025-02-19 14/week @ 2025-02-26

774 downloads per month

MIT/Apache

23KB
273 lines

github_release_check

CI Crates.io Docs.rs License

Check latest GitHub release version

Installing

Add the latest version to your Cargo.toml.

Using

See the docs, but effectively:

use github_release_check::GitHub;

let github = GitHub::new().unwrap();
let versions = github.get_all_versions("celeo/github_release_check").unwrap();

Developing

Building

Requirements

  • Git
  • A recent version of Rust

Steps

git clone https://github.com/Celeo/github_release_check
cd github_release_check
cargo test

License

Licensed under either of

Contributing

Please feel free to contribute. Please open an issue first (or comment on an existing one) so that I know that you want to add/change something.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~7–19MB
~276K SLoC