{"id":49854891,"url":"https://github.com/iiiii7d/egui_layout_job_macro","last_synced_at":"2026-05-14T19:11:32.950Z","repository":{"id":353979104,"uuid":"1216600497","full_name":"iiiii7d/egui_layout_job_macro","owner":"iiiii7d","description":"Macros for egui LayoutJob and TextFormat","archived":false,"fork":false,"pushed_at":"2026-05-06T05:32:25.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-06T07:28:13.624Z","etag":null,"topics":["egui","layoutjob","macro","rust","textformat"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iiiii7d.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-21T04:07:40.000Z","updated_at":"2026-05-06T05:32:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iiiii7d/egui_layout_job_macro","commit_stats":null,"previous_names":["iiiii7d/egui_layout_job_macro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iiiii7d/egui_layout_job_macro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiii7d%2Fegui_layout_job_macro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiii7d%2Fegui_layout_job_macro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiii7d%2Fegui_layout_job_macro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiii7d%2Fegui_layout_job_macro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iiiii7d","download_url":"https://codeload.github.com/iiiii7d/egui_layout_job_macro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiii7d%2Fegui_layout_job_macro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33039372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["egui","layoutjob","macro","rust","textformat"],"created_at":"2026-05-14T19:11:32.340Z","updated_at":"2026-05-14T19:11:32.945Z","avatar_url":"https://github.com/iiiii7d.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# egui_layout_job_macro\n\n[![Crates.io Version](https://img.shields.io/crates/v/egui_layout_job_macro)](https://crates.io/crates/egui_layout_job_macro)\n[![Github Version](https://img.shields.io/github/v/release/iiiii7d/egui_layout_job_macro)](https://github.com/iiiii7d/egui_layout_job_macro)\n![Crates.io MSRV](https://img.shields.io/crates/msrv/egui_layout_job_macro)\n[![docs.rs](https://img.shields.io/docsrs/egui_layout_job_macro)](https://docs.rs/egui_layout_job_macro)\n![GitHub License](https://img.shields.io/github/license/iiiii7d/egui_layout_job_macro)\n\n![GitHub code size](https://img.shields.io/github/languages/code-size/iiiii7d/egui_layout_job_macro)\n![GitHub repo size](https://img.shields.io/github/repo-size/iiiii7d/egui_layout_job_macro)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/iiiii7d/egui_layout_job_macro/master)\n![GitHub commits since latest release (branch)](https://img.shields.io/github/commits-since/iiiii7d/egui_layout_job_macro/latest/master?include_prereleases)\n![GitHub Release Date](https://img.shields.io/github/release-date/iiiii7d/egui_layout_job_macro)\n![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/iiiii7d/egui_layout_job_macro)\n\n![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/egui_layout_job_macro)\n![Crates.io Total Downloads](https://img.shields.io/crates/d/egui_layout_job_macro)\n\n\u003e As you can see, constructing a LayoutJob is currently a lot of work. It would be nice to have a helper macro for it! ~egui docs\n\nMacros for [egui](https://github.com/emilk/egui) `LayoutJob` and `TextFormat`\n\n## Installation\n```bash\ncargo add egui_layout_job_macro\n```\nMacros are tested on the egui pinned in `Cargo.toml`, but it should theoretically work on any past and future releases.\nMake sure `egui` is installed and available in your project\n\n## Usage\n```rust\nuse egui_layout_job_macro::layout_job;\n\nlayout_job!(@size[14](@white(\"Hello \") @mono(@black(\"World!\"))));\n```\nSee the [documentation](https://docs.rs/egui_layout_job_macro) and [`example.rs`](https://github.com/iiiii7d/egui_layout_job_macro/blob/master/examples/example.rs) for more examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiiiii7d%2Fegui_layout_job_macro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiiiii7d%2Fegui_layout_job_macro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiiiii7d%2Fegui_layout_job_macro/lists"}