Crates.io | ghac |
lib.rs | ghac |
version | |
source | src |
created_at | 2025-02-17 07:53:11.860122+00 |
updated_at | 2025-02-17 13:15:23.834739+00 |
description | Replace with description |
homepage | |
repository | https://github.com/Xuanwo/ghac |
max_upload_size | |
id | 1558698 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
ghac
is a generated proto definitions for GitHub Actions Cache service V2.
Please note:
use prost::Message;
use ghac::v1::CreateCacheEntryRequest;
fn test() -> Result<(), Box<dyn std::error::Error>> {
let request = CreateCacheEntryRequest {
metadata: None,
key: "hello, world!".to_string(),
version: "1".to_string(),
};
let bs = request.encode_to_vec();
Ok(())
}
Check out the CONTRIBUTING.md guide for more details on getting started with contributing to this project.
Submit issues for bug report or asking questions in discussion.
Licensed under Apache License, Version 2.0.