Docs.rs
quickjs-rusty-0.9.2
quickjs-rusty 0.9.2
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.2
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
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
quickjs_
rusty
0.9.2
In quickjs_
rusty::
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
own_raw_value
quickjs_rusty
::
utils
Function
create_bigint
Copy item path
Settings
Help
Summary
Source
pub fn create_bigint( context:
*mut
JSContext
, int:
BigInt
, ) ->
Result
<
JSValue
,
ValueError
>