https://github.com/tauri-apps/javascriptcore-rs
JavaScriptCore bindings and wrappers for Rust
https://github.com/tauri-apps/javascriptcore-rs
Last synced: 8 months ago
JSON representation
JavaScriptCore bindings and wrappers for Rust
- Host: GitHub
- URL: https://github.com/tauri-apps/javascriptcore-rs
- Owner: tauri-apps
- License: mit
- Created: 2016-09-18T21:14:54.000Z (about 9 years ago)
- Default Branch: crate
- Last Pushed: 2023-12-27T13:52:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T03:22:16.602Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 199 KB
- Stars: 97
- Watchers: 13
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# javascriptcore
__Rust__ bindings and wrappers for __javascriptcore__.
## Using
```toml
[dependencies]
javascriptcore-rs = "0.16"
```
## License
__javascriptcore-rs__ is available under the MIT License, please refer to it.