{"id":15178467,"url":"https://github.com/ickshonpe/bundle_bundle","last_synced_at":"2026-02-07T03:02:17.586Z","repository":{"id":63771203,"uuid":"570611226","full_name":"ickshonpe/bundle_bundle","owner":"ickshonpe","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-30T12:38:13.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-22T08:30:19.816Z","etag":null,"topics":[],"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/ickshonpe.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":"2022-11-25T16:00:41.000Z","updated_at":"2022-11-25T16:00:49.000Z","dependencies_parsed_at":"2023-01-22T07:59:32.069Z","dependency_job_id":null,"html_url":"https://github.com/ickshonpe/bundle_bundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ickshonpe/bundle_bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbundle_bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbundle_bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbundle_bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbundle_bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ickshonpe","download_url":"https://codeload.github.com/ickshonpe/bundle_bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ickshonpe%2Fbundle_bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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":[],"created_at":"2024-09-27T15:03:37.474Z","updated_at":"2026-02-07T03:02:17.572Z","avatar_url":"https://github.com/ickshonpe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bundle_bundle\n\nExtension trait for Bundle with one method `bundle` that provides an alternative to tuples for building anonymous bundles.\n\nSupports Bevy 0.9\n\n# Usage\n\nAdd to your project with:\n\n```\ncargo add bundle_bundle\n```\n\nNow where you used a tuple struct:\n\n```rust\ncommands.spawn((\n    Text2dBundle::from_section(\"message\", text_style),\n    Background(Color::NAVY),\n    MessageMarkerComponent,\n));\n```\n\nYou can instead use:\n\n```rust\nuse bundle_bundle::BundleBundleExt;\n\ncommands.spawn(\n    Text2dBundle::from_section(\"message\", text_style)\n    .bundle(BackgroundColor(Color::NAVY))\n    .bundle(MessageMarkerComponent)\n);\n```\n\n# Examples\n```\ncargo run --example hello_world\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fickshonpe%2Fbundle_bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fickshonpe%2Fbundle_bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fickshonpe%2Fbundle_bundle/lists"}