Module: HxRuby

Defined in:
lib/hx_ruby.rb,
lib/hx_ruby/version.rb

Overview

Ruby bindings over hx-catalog's .hlx inspector.

The native HxRuby.inspect_hlx(json) is defined in Rust (see ext/hx_ruby). It takes a preset's JSON string and returns a Hash of tone facts, raising CatalogNotInstalled when the HX Edit resources are missing and Error for any other catalog read failure.

Constant Summary collapse

VERSION =

Kept in step with the Rust workspace version so the gem and the crate it wraps move together.

"0.4.0"