Crate mini_v8

source ·
Expand description

MiniV8 is a minimal embedded V8 JavaScript engine wrapper for Rust.

Structs

Enums

  • An error originating from MiniV8 usage.
  • A JavaScript value.

Traits

  • Trait for types convertible from Value.
  • Trait for types that can be created from an arbitrary number of JavaScript values.
  • Trait for types convertible to Value.
  • Trait for types convertible to any number of JavaScript values.

Type Aliases

  • std::result::Result specialized for this crate’s Error type.