Docs.rs
  • quickjs-rusty-0.9.1
    • quickjs-rusty 0.9.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Icemic
    • Dependencies
      • anyhow ^1 normal
      • chrono ^0.4.7 normal optional
      • libquickjs-ng-sys ^0.9.1 normal
      • log ^0.4 normal
      • num-bigint ^0.4.4 normal optional
      • num-traits ^0.2.0 normal optional
      • serde ^1 normal optional
      • thiserror ^2 normal optional
      • serde_json ^1 dev
    • Versions
    • 50% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

quickjs_rusty0.9.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Arguments
  • JSContext
  • RawJSValue
  • context::Context
  • context::ContextBuilder
  • module_loader::ModuleLoader
  • serde::Deserializer
  • serde::Serializer
  • value::BigInt
  • value::JsCompiledFunction
  • value::JsFunction
  • value::JsModule
  • value::OwnedJsArray
  • value::OwnedJsAtom
  • value::OwnedJsObject
  • value::OwnedJsPromise
  • value::OwnedJsPropertyIterator
  • value::OwnedJsValue

Enums

  • console::Level
  • errors::ContextError
  • errors::ExecutionError
  • errors::ValueError
  • serde::Error
  • value::BigIntOrI64
  • value::JsCompiledValue
  • value::JsTag
  • value::PromiseState

Traits

  • Callback
  • console::ConsoleBackend
  • value::ToOwnedJsValue

Macros

  • owned

Functions

  • compile::compile
  • compile::compile_module
  • compile::from_bytecode
  • compile::run_compiled_function
  • compile::to_bytecode
  • module_loader::js_module_loader
  • module_loader::js_module_normalize
  • serde::from_js
  • serde::to_js
  • utils::add_array_element
  • utils::add_object_property
  • utils::create_bigint
  • utils::create_bool
  • utils::create_date
  • utils::create_empty_array
  • utils::create_empty_object
  • utils::create_float
  • utils::create_function
  • utils::create_int
  • utils::create_null
  • utils::create_string
  • utils::create_symbol
  • utils::create_undefined
  • utils::js_date_constructor
  • utils::make_cstring
  • utils::own_raw_value

Type Aliases

  • module_loader::JSModuleLoaderFunc
  • module_loader::JSModuleNormalizeFunc
  • serde::Result