{"id":13815572,"url":"https://github.com/littledivy/plonk","last_synced_at":"2025-04-30T13:23:33.419Z","repository":{"id":210713039,"uuid":"726831336","full_name":"littledivy/plonk","owner":"littledivy","description":"Recompile Rust faster. Good for your flow state.","archived":false,"fork":false,"pushed_at":"2023-12-06T09:48:46.000Z","size":132,"stargazers_count":46,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T08:06:19.004Z","etag":null,"topics":["build","cargo","developer-tools","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/cargo-plonk","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/littledivy.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":"2023-12-03T14:33:52.000Z","updated_at":"2024-11-07T17:18:13.000Z","dependencies_parsed_at":"2024-08-04T04:08:11.620Z","dependency_job_id":"face2f2c-4b79-469a-ad84-07ea281efa09","html_url":"https://github.com/littledivy/plonk","commit_stats":null,"previous_names":["littledivy/plonk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fplonk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fplonk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fplonk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledivy%2Fplonk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/littledivy","download_url":"https://codeload.github.com/littledivy/plonk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242661652,"owners_count":20165329,"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":["build","cargo","developer-tools","rust"],"created_at":"2024-08-04T04:03:36.606Z","updated_at":"2025-03-09T07:31:58.292Z","avatar_url":"https://github.com/littledivy.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# plonk\n\nPlonk is a development-time build tool for Rust projects.\n\n```shell\ncargo install cargo-plonk\n```\n\n![plonk_demo](https://github.com/littledivy/plonk/assets/34997667/bdc1e3c5-6740-42e7-b7b5-32c22cd45311)\n\n```shell\n# fn main() {\n#  lib::say_hello();\n# }\n$ cargo build -p example_cli\n\n# pub fn say_hello() {\n#  println!(\"Hello x1\");\n# }\n$ cargo plonk \\\n  run \\\n  --package example_lib \\\n  --symbol say_hello\n\nHello x1\n\n$ echo \"pub fn say_hello() {\\n  println!('Hello x2');\\n}\" \u003e example_lib/lib.rs\n\n$ cargo plonk \\\n  run \\\n  --package example_lib \\\n  --symbol say_hello\n\nHello x2\n```\n\n## faq\n\nI am getting a \"Library not loaded: @rpath/libstd\" error:\n```\n[*] Could not open library ***.dylib\n[*] Error: dlopen(***.dylib, 0x0001): Library not loaded: @rpath/libstd-5563368f93f04a18.dylib\n  Referenced from: \u003cF601902F-B608-3EB8-A3A7-BC9069E46C28\u003e ***.dylib\n  Reason: tried: '/usr/local/lib/libstd-5563368f93f04a18.dylib' (no such file), '/usr/lib/libstd-5563368f93f04a18.dylib' (no such file, not in dyld cache)\n```\n\nYou need to update your `$DYLD_LIBRARY_PATH` to include the rustc sysroot libraries: `$(rustc --print sysroot)/lib`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittledivy%2Fplonk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittledivy%2Fplonk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittledivy%2Fplonk/lists"}