{"id":13595578,"url":"https://github.com/ct-austin/ifmt","last_synced_at":"2026-04-06T00:05:33.607Z","repository":{"id":47160750,"uuid":"182376620","full_name":"ct-austin/ifmt","owner":"ct-austin","description":"Inline expression interpolation for Rust.","archived":false,"fork":false,"pushed_at":"2023-09-02T11:54:28.000Z","size":34,"stargazers_count":202,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-02T12:50:47.268Z","etag":null,"topics":["macro","proc-macro","rust","rust-crate","string-interpolation","strings","sugar","syntax"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/ifmt","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ct-austin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-20T07:44:46.000Z","updated_at":"2025-03-27T23:02:07.000Z","dependencies_parsed_at":"2024-01-16T22:19:52.227Z","dependency_job_id":"d0d203b7-e5e1-4dc1-a9e2-96bfa1a98940","html_url":"https://github.com/ct-austin/ifmt","commit_stats":{"total_commits":24,"total_committers":4,"mean_commits":6.0,"dds":0.125,"last_synced_commit":"4b276dfa0d9d1b56821f987564c1f4df45b973e2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct-austin%2Fifmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct-austin%2Fifmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct-austin%2Fifmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ct-austin%2Fifmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ct-austin","download_url":"https://codeload.github.com/ct-austin/ifmt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248049510,"owners_count":21039229,"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":["macro","proc-macro","rust","rust-crate","string-interpolation","strings","sugar","syntax"],"created_at":"2024-08-01T16:01:52.828Z","updated_at":"2025-12-12T12:23:52.467Z","avatar_url":"https://github.com/ct-austin.png","language":"Rust","readme":"# ifmt\nA small crate which brings inline string interpolation to rust's standard formatting macros.\n\n## Getting started\nTo use ifmt in your project, add\n```toml\n[dependencies]\nifmt = \"0.3.3\"\n```\nto your Cargo.toml.\n\n## Examples\n```rust\nlet four = 4;\niprintln!(\"four plus four is: \" four + 4);\n// four plus four is: 8\niprintln!(\"here's a hex number: 0x\" 0xb0bi64 * 1321517i64 ;x);\n// here's a hex number: 0xdeadbeef\niprintln!(\"here's a debugging value: \" Some(four);?);\n// here's a debugging value: Some(4)\n```\n\n## Supported macros\n```\nformat!      -\u003e iformat!\nprint!       -\u003e iprint!\nprintln!     -\u003e iprintln!\neprint!      -\u003e ieprint!\neprintln!    -\u003e ieprintln!\nwrite!       -\u003e iwrite!\nwriteln!     -\u003e iwriteln!\npanic!       -\u003e ipanic!\nformat_args! -\u003e iformat_args!\n```\n\n## License\nThis project is licensed under the MIT license or the Apache 2.0 license at your option.\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fct-austin%2Fifmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fct-austin%2Fifmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fct-austin%2Fifmt/lists"}