{"id":31743054,"url":"https://github.com/stoorps/vib-rs","last_synced_at":"2025-10-09T11:25:16.279Z","repository":{"id":278248021,"uuid":"934807184","full_name":"stoorps/vib-rs","owner":"stoorps","description":"Rust libraries for working with Vib. ","archived":false,"fork":false,"pushed_at":"2025-02-19T02:58:44.000Z","size":18,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T03:29:09.518Z","etag":null,"topics":["silverblue","ublue-custom-image","ublue-os","vib","vib-plugin"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stoorps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-18T12:42:24.000Z","updated_at":"2025-02-19T03:27:55.000Z","dependencies_parsed_at":"2025-02-18T19:44:14.632Z","dependency_job_id":"b5788c19-ae57-4116-8c35-3be95bbdf0eb","html_url":"https://github.com/stoorps/vib-rs","commit_stats":null,"previous_names":["stoorps/vib-silverblue","stoorps/vib-rs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stoorps/vib-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoorps%2Fvib-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoorps%2Fvib-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoorps%2Fvib-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoorps%2Fvib-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stoorps","download_url":"https://codeload.github.com/stoorps/vib-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stoorps%2Fvib-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001296,"owners_count":26083058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["silverblue","ublue-custom-image","ublue-os","vib","vib-plugin"],"created_at":"2025-10-09T11:25:14.003Z","updated_at":"2025-10-09T11:25:16.274Z","avatar_url":"https://github.com/stoorps.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/stoorps/vib-silverblue/actions/workflows/build.yml/badge.svg)](https://github.com/stoorps/vib-silverblue/actions/workflows/build.yml)\n\n\n# vib-api\nRust library for creating vib plugins easily.\nThis includes macros, and models for the Recipe passed in by vib.\n\nThere is an example repo [available here](/examples/example-plugin/).\n\nExample code:\n```Rust\nuse std::ffi:: CString;\nuse std::os::raw::c_char;\nuse serde::{Serialize, Deserialize};\nuse vib_api::{Recipe, build_module, plugin_info};\n\n #[derive(Serialize, Deserialize)]\n #[plugin_info(name = \"example-plugin\", module_type = \"0\", use_container_cmds = \"0\")]\n pub struct ModuleInfo {\n     pub name: String,\n     pub r#type: String,\n\n     //Add your custom fields here!\n }\n\n\n #[build_module]\n fn build(module: ModuleInfo, _recipe: Recipe) -\u003e String {\n    //add your plugin code here!\n    \"\".into()\n }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoorps%2Fvib-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstoorps%2Fvib-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoorps%2Fvib-rs/lists"}