{"id":39437522,"url":"https://github.com/wasm-bindgen/weedle","last_synced_at":"2026-01-26T13:03:45.012Z","repository":{"id":32025514,"uuid":"130528965","full_name":"wasm-bindgen/weedle","owner":"wasm-bindgen","description":"A WebIDL Parser","archived":false,"fork":false,"pushed_at":"2025-09-06T06:51:49.000Z","size":233,"stargazers_count":53,"open_issues_count":6,"forks_count":30,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-25T20:40:43.944Z","etag":null,"topics":["nom","parser","webidl"],"latest_commit_sha":null,"homepage":null,"language":"WebIDL","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/wasm-bindgen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-04-22T02:36:00.000Z","updated_at":"2026-01-07T00:43:17.000Z","dependencies_parsed_at":"2024-06-19T02:26:22.122Z","dependency_job_id":"2ba74b7b-ec6a-41ac-b2e6-f259b7b845f8","html_url":"https://github.com/wasm-bindgen/weedle","commit_stats":{"total_commits":174,"total_committers":20,"mean_commits":8.7,"dds":"0.32183908045977017","last_synced_commit":"c704b30c7bb8c041ab4a9a47637378e02192ab6f"},"previous_names":["wasm-bindgen/weedle","rustwasm/weedle"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/wasm-bindgen/weedle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-bindgen%2Fweedle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-bindgen%2Fweedle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-bindgen%2Fweedle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-bindgen%2Fweedle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasm-bindgen","download_url":"https://codeload.github.com/wasm-bindgen/weedle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasm-bindgen%2Fweedle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28778746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T11:46:04.308Z","status":"ssl_error","status_checked_at":"2026-01-26T11:46:02.664Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["nom","parser","webidl"],"created_at":"2026-01-18T04:15:10.457Z","updated_at":"2026-01-26T13:03:44.975Z","avatar_url":"https://github.com/wasm-bindgen.png","language":"WebIDL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  \u003ch1\u003eWeedle\u003c/h1\u003e\n\n  \u003cstrong\u003eA Web IDL parser\u003c/strong\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://travis-ci.org/rustwasm/weedle\"\u003e\u003cimg src=\"https://img.shields.io/travis/rustwasm/weedle.svg?style=flat-square\" alt=\"Build Status\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/weedle\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/weedle.svg?style=flat-square\" alt=\"Crates.io version\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/weedle\"\u003e\u003cimg src=\"https://img.shields.io/crates/d/weedle.svg?style=flat-square\" alt=\"Download\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.rs/weedle\"\u003e\u003cimg src=\"https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square\" alt=\"docs.rs docs\" /\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\n  \u003ch3\u003e\n    \u003ca href=\"https://docs.rs/weedle\"\u003eAPI Docs\u003c/a\u003e\n    \u003cspan\u003e | \u003c/span\u003e\n    \u003ca href=\"https://discordapp.com/channels/442252698964721669/443151097398296587\"\u003eChat\u003c/a\u003e\n  \u003c/h3\u003e\n\n  \u003csub\u003eBuilt with 🦀🕸 by \u003ca href=\"https://rustwasm.github.io/\"\u003eThe Rust and WebAssembly Working Group\u003c/a\u003e\u003c/sub\u003e\n\u003c/div\u003e\n\n## About\n\nParses valid WebIDL definitions \u0026 produces a data structure starting from\n[`Definitions`](https://docs.rs/weedle/latest/weedle/type.Definitions.html).\n\n## Usage\n\n### `Cargo.toml`\n\n```toml\n[dependencies]\nweedle = \"0.9.0\"\n```\n\n### `src/main.rs`\n\n```rust\nfn main() {\n    let parsed = weedle::parse(\"\n        interface Window {\n            readonly attribute Storage sessionStorage;\n        };\n    \").unwrap();\n\n    println!(\"{:?}\", parsed);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasm-bindgen%2Fweedle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasm-bindgen%2Fweedle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasm-bindgen%2Fweedle/lists"}