mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 23:56:37 +00:00
docstrings for things that I was curious about
This commit is contained in:
parent
a88335d05b
commit
ae13308dec
2 changed files with 9 additions and 0 deletions
|
@ -247,6 +247,8 @@ pub struct GhReleaseArtifactUrl(Url);
|
|||
|
||||
impl GhApiClient {
|
||||
/// Return `Ok(Some(api_artifact_url))` if exists.
|
||||
///
|
||||
/// Caches info on all artifacts matching (repo, tag).
|
||||
///
|
||||
/// The returned future is guaranteed to be pointer size.
|
||||
#[instrument(skip(self), ret(level = Level::DEBUG))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue