{"id":22201885,"url":"https://github.com/jimmycuadra/rust-fleet","last_synced_at":"2025-07-27T04:31:16.826Z","repository":{"id":28253745,"uuid":"31762847","full_name":"jimmycuadra/rust-fleet","owner":"jimmycuadra","description":"A Rust client library for fleet.","archived":false,"fork":false,"pushed_at":"2015-04-19T09:39:15.000Z","size":248,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-13T18:47:43.347Z","etag":null,"topics":["client","coreos","fleet","library","rust","systemd"],"latest_commit_sha":null,"homepage":null,"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/jimmycuadra.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}},"created_at":"2015-03-06T09:45:52.000Z","updated_at":"2015-04-30T14:49:16.000Z","dependencies_parsed_at":"2022-08-27T15:23:48.977Z","dependency_job_id":null,"html_url":"https://github.com/jimmycuadra/rust-fleet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frust-fleet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frust-fleet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frust-fleet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Frust-fleet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimmycuadra","download_url":"https://codeload.github.com/jimmycuadra/rust-fleet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227760018,"owners_count":17815626,"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","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":["client","coreos","fleet","library","rust","systemd"],"created_at":"2024-12-02T16:11:29.719Z","updated_at":"2024-12-02T16:11:31.536Z","avatar_url":"https://github.com/jimmycuadra.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fleet\n\nA Rust client library for [fleet](https://github.com/coreos/fleet).\n\n## Documentation\n\nhttps://jimmycuadra.github.io/rust-fleet/fleet/\n\n## Example\n\n``` rust\nextern crate fleet;\n\nuse fleet::Client;\n\nlet client = Client::new(\"http://localhost:2999\");\n\nmatch client.list_units() {\n    Ok(unit_page) =\u003e {\n        for unit in unit_page.units {\n            println!(\"{}\", unit.name);\n        }\n    },\n    None =\u003e println!(\"No units in fleet!\"),\n};\n```\n\n## Running the tests\n\nThe test suite includes integration tests that assume the fleet API to be running on localhost:2999. A Vagrant environment for this is provided. Simply follow these steps:\n\n1. Install Vagrant.\n1. `vagrant up`\n1. `vagrant ssh`\n1. `cd share`\n1. `docker run -it --rm -v $(pwd):/source --net host jimmycuadra/rust`\n1. `cargo test`\n\n# License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Frust-fleet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmycuadra%2Frust-fleet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Frust-fleet/lists"}