{"id":25685673,"url":"https://github.com/flowscripter/template-bun-rust-library","last_synced_at":"2026-05-03T15:35:17.489Z","repository":{"id":277763794,"uuid":"932428750","full_name":"flowscripter/template-bun-rust-library","owner":"flowscripter","description":"Project template for a Rust library with Bun FFI bindings.","archived":false,"fork":false,"pushed_at":"2026-04-27T03:37:36.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-27T05:25:32.170Z","etag":null,"topics":["bun","rust","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/flowscripter.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":"2025-02-13T22:33:43.000Z","updated_at":"2026-04-27T03:37:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc585f1a-b8da-4527-875d-996e8dff2d49","html_url":"https://github.com/flowscripter/template-bun-rust-library","commit_stats":null,"previous_names":["flowscripter/template-bun-rust-library"],"tags_count":27,"template":true,"template_full_name":null,"purl":"pkg:github/flowscripter/template-bun-rust-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowscripter%2Ftemplate-bun-rust-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowscripter%2Ftemplate-bun-rust-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowscripter%2Ftemplate-bun-rust-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowscripter%2Ftemplate-bun-rust-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowscripter","download_url":"https://codeload.github.com/flowscripter/template-bun-rust-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowscripter%2Ftemplate-bun-rust-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bun","rust","typescript"],"created_at":"2025-02-24T18:57:08.206Z","updated_at":"2026-05-03T15:35:17.468Z","avatar_url":"https://github.com/flowscripter.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# template-bun-rust-library\n\n[![version](https://img.shields.io/github/v/release/flowscripter/template-bun-rust-library?sort=semver)](https://github.com/flowscripter/template-bun-rust-library/releases)\n[![build](https://img.shields.io/github/actions/workflow/status/flowscripter/template-bun-rust-library/release-bun-rust-library.yml)](https://github.com/flowscripter/template-bun-rust-library/actions/workflows/release-bun-rust-library.yml)\n[![docs](https://img.shields.io/badge/docs-API-blue)](https://flowscripter.github.io/template-bun-rust-library/index.html)\n[![rust doc](https://img.shields.io/docsrs/flowscripter_template_bun_rust_library)](https://docs.rs/flowscripter_template_bun_rust_library)\n[![coverage](https://codecov.io/gh/flowscripter/template-bun-rust-library/branch/main/graph/badge.svg?token=D4ISqIOY1p)](https://codecov.io/gh/flowscripter/template-bun-rust-library)\n[![license: MIT](https://img.shields.io/github/license/flowscripter/template-bun-rust-library)](https://github.com/flowscripter/template-bun-rust-library/blob/main/LICENSE)\n\n\u003e Project template for a Rust library with Bun FFI bindings.\n\n## Template Usage\n\nCreate a new Bun project using this as a template:\n\n`bun create @flowscripter/template-bun-rust-library`\n\n## Bun Module Usage\n\nAdd the module:\n\n`bun add @flowscripter/template-bun-rust-library`\n\nUse the module:\n\n```typescript\nimport { world } from \"@flowscripter/template-bun-rust-library\";\n\nworld();\n```\n\n## Development\n\nInstall dependencies:\n\n`bun install`\n\nTest:\n\n`cargo test`\n\n`cargo build --release \u0026\u0026 bun test`\n\n**NOTE**: The following tasks use Deno as it excels at these and Bun does not\ncurrently provide such functionality:\n\nFormat:\n\n`deno fmt`\n\nLint:\n\n`cargo fmt \u0026\u0026 deno lint index.ts src/ tests/`\n\nGenerate HTML API Documentation:\n\n`deno doc --html --name=template-bun-rust-library index.ts`\n\n## Documentation\n\n### Overview\n\nSample mermaid diagram to test rendering in markdown:\n\n```mermaid\nclassDiagram\n    Foo \u003c|-- Bar\n```\n\n### API\n\nLink to auto-generated API docs:\n\n[API Documentation](https://flowscripter.github.io/template-bun-rust-library/index.html)\n\n## License\n\nMIT © Flowscripter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowscripter%2Ftemplate-bun-rust-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowscripter%2Ftemplate-bun-rust-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowscripter%2Ftemplate-bun-rust-library/lists"}