Docs.rs
quickjs-rusty-0.7.2
quickjs-rusty 0.7.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.7.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.44%
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
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
Module context
quickjs_
rusty
0.7.2
Module context
Module Items
Structs
In crate quickjs_
rusty
Modules
compile
console
context
errors
module_loader
serde
utils
value
Macros
owned
Structs
Arguments
JSContext
Traits
Callback
Type Aliases
RawJSValue
quickjs_rusty
Module
context
Copy item path
Settings
Help
Summary
Source
Structs
§
Context
Context is a wrapper around a QuickJS Javascript context. It is the primary way to interact with the runtime.
Context
Builder
A builder for
Context
.