| Crates.io | hermes-engine |
| lib.rs | hermes-engine |
| version | 0.0.1 |
| created_at | 2026-01-03 13:13:28.905758+00 |
| updated_at | 2026-01-03 13:13:28.905758+00 |
| description | Rust bindings to the Hermes JavaScript engine |
| homepage | |
| repository | https://github.com/ovr/kermio |
| max_upload_size | |
| id | 2020035 |
| size | 39,334,769 |
Rust bindings to the Hermes JavaScript engine.
For development setup, building, and contributing, see DEVELOPMENT.md.
This crate bundles the Hermes source code. For most users, simply add the dependency:
[dependencies]
hermes-engine = "0.0.1"
This crate applies patches to the Hermes source to optimize for embedding:
These patches are already applied in the published crate. See DEVELOPMENT.md for details on working with patches during development.