{"id":16714175,"url":"https://github.com/flier/rust-quickjs","last_synced_at":"2025-07-24T23:06:20.651Z","repository":{"id":57658049,"uuid":"197182228","full_name":"flier/rust-quickjs","owner":"flier","description":"Rust binding for the QuickJS Javascript Engine ","archived":false,"fork":false,"pushed_at":"2020-08-03T03:41:15.000Z","size":5285,"stargazers_count":8,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T07:14:04.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-16T11:36:45.000Z","updated_at":"2022-01-27T11:54:25.000Z","dependencies_parsed_at":"2022-09-04T15:41:35.036Z","dependency_job_id":null,"html_url":"https://github.com/flier/rust-quickjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Frust-quickjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Frust-quickjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Frust-quickjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Frust-quickjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flier","download_url":"https://codeload.github.com/flier/rust-quickjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713294,"owners_count":20983681,"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":[],"created_at":"2024-10-12T20:49:45.993Z","updated_at":"2025-04-10T06:10:16.306Z","avatar_url":"https://github.com/flier.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qjs [![travis](https://travis-ci.org/flier/rust-quickjs.svg?branch=master)](https://travis-ci.org/flier/rust-quickjs) [![Build status](https://ci.appveyor.com/api/projects/status/jhlk20pjdrx0jh5u?svg=true)](https://ci.appveyor.com/project/flier/rust-quickjs) [![crate](https://img.shields.io/crates/v/qjs.svg)](https://crates.io/crates/qjs) [![docs](https://docs.rs/qjs/badge.svg)](https://docs.rs/crate/qjs/) [![dependency status](https://deps.rs/repo/github/flier/rust-quickjs/status.svg)](https://deps.rs/repo/github/flier/rust-quickjs)\n\n`qjs` is an experimental Rust binding for the QuickJS Javascript Engine\n\n## Usage\n\nTo use `qjs` in your project, add the following to your Cargo.toml:\n\n```toml\n[dependencies]\nqjs = \"0.1\"\n```\n\n## Example\n\n```rust\nlet v: Option\u003ci32\u003e = qjs::eval(\"1+2\").unwrap();\n\nassert_eq!(v, Some(3));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflier%2Frust-quickjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflier%2Frust-quickjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflier%2Frust-quickjs/lists"}