hermes-engine

Crates.iohermes-engine
lib.rshermes-engine
version0.0.1
created_at2026-01-03 13:13:28.905758+00
updated_at2026-01-03 13:13:28.905758+00
descriptionRust bindings to the Hermes JavaScript engine
homepage
repositoryhttps://github.com/ovr/kermio
max_upload_size
id2020035
size39,334,769
Dmitry Patsura (ovr)

documentation

README

hermes-engine

Rust bindings to the Hermes JavaScript engine.

Development

For development setup, building, and contributing, see DEVELOPMENT.md.

Quick Start

This crate bundles the Hermes source code. For most users, simply add the dependency:

[dependencies]
hermes-engine = "0.0.1"

Patches

This crate applies patches to the Hermes source to optimize for embedding:

  • Exclude test suites and examples from the build
  • Remove unnecessary Android tooling dependencies
  • Optimize the CMake configuration

These patches are already applied in the published crate. See DEVELOPMENT.md for details on working with patches during development.

Commit count: 0

cargo fmt