Docs.rs
  • nodex-api-0.2.0
    • nodex-api 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • uuhan
    • Dependencies
      • bitflags ^1.3.2 normal
      • log ^0.4 normal
      • thiserror ^1.0.30 normal
      • bindgen ^0.59.2 build
      • cc ^1.0.72 build
      • fs_extra ^1.1.0 build
    • Versions
    • 26.44% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module value

  • Structs
  • Traits
  • Type Definitions
logo
Change settings

Module nodex_api::value

source · [−]

Structs

Function
JsArray
JsArrayBuffer
JsBigInt
JsBoolean
JsBuffer
JsClass
JsDataView

Js Dataview

JsDate
JsError
JsExternal
JsGlobal
JsNull
JsNumber
JsObject
JsPromise
JsString
JsSymbol
JsTypedArray
JsUndefined
JsValue

Traits

NapiValueCheck
NapiValueT

The trait for js value, which just store napi_value raw pointer.

Type Definitions

JsFunction