{"id":13316962,"url":"https://github.com/poppingmoon/aiscript-rs","last_synced_at":"2026-01-17T21:17:44.825Z","repository":{"id":244309308,"uuid":"813602919","full_name":"poppingmoon/aiscript-rs","owner":"poppingmoon","description":"Rust implementation of AiScript (Experimental)","archived":false,"fork":false,"pushed_at":"2025-03-04T22:26:45.000Z","size":137,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T23:25:59.307Z","etag":null,"topics":["aiscript","misskey"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poppingmoon.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-11T11:45:03.000Z","updated_at":"2025-03-04T22:26:48.000Z","dependencies_parsed_at":"2025-03-05T00:30:32.268Z","dependency_job_id":null,"html_url":"https://github.com/poppingmoon/aiscript-rs","commit_stats":null,"previous_names":["poppingmoon/aiscript-rs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poppingmoon%2Faiscript-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poppingmoon%2Faiscript-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poppingmoon%2Faiscript-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poppingmoon%2Faiscript-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poppingmoon","download_url":"https://codeload.github.com/poppingmoon/aiscript-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242945191,"owners_count":20210761,"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":["aiscript","misskey"],"created_at":"2024-07-29T18:23:30.466Z","updated_at":"2026-01-17T21:17:44.816Z","avatar_url":"https://github.com/poppingmoon.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aiscript-rs\n\n[![CI](https://github.com/poppingmoon/aiscript-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/poppingmoon/aiscript-rs/actions/workflows/ci.yml)\n\nRust implementation of [AiScript](https://github.com/aiscript-dev/aiscript).\n\n## Example\n\n```rust\nuse aiscript::v1::{Interpreter, Parser};\n\nlet script = Parser::default().parse(\"\u003c: 'Hello, world!'\")?;\nlet interpreter = Interpreter::builder().out_sync(|v| println!(\"{v}\")).build();\ninterpreter.exec(script).await?;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoppingmoon%2Faiscript-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoppingmoon%2Faiscript-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoppingmoon%2Faiscript-rs/lists"}