Docs.rs
  • quickjs-rusty-0.6.2
    • quickjs-rusty 0.6.2
    • 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.6.0 normal
      • log ^0.4.8 normal optional
      • num-bigint ^0.4.4 normal optional
      • num-traits ^0.2.0 normal optional
      • serde ^1 normal optional
      • thiserror ^1 normal optional
      • serde_json ^1 dev
    • Versions
    • 32.56% of the crate is documented
  • Go to latest version
  • 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.6.2

Module utils

  • Functions

In crate quickjs_rusty

Module quickjs_rusty::utils

source ·
Expand description

utils

Functions§

  • add_array_element
  • add_object_property
  • create_bigint
  • create_bool
  • create_date
  • create_empty_array
  • create_empty_object
  • create_float
  • create_function
  • create_int
  • create_null
  • create_string
  • create_symbol
  • create_undefined
  • js_date_constructor
  • make_cstring
    Helper for creating CStrings.
  • own_raw_value