Docs.rs
easy-qjs-0.1.2
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
easy-qjs 0.1.2
A simple library to embed quickjs into your rust project.
Crate
Source
Builds
Feature flags
Documentation
Coverage
40%
4
out of
10
items documented
0
out of
6
items with examples
Links
Homepage
tyrchen/easy-qjs
6
0
0
crates.io
Dependencies
async-trait ^0.1.62
normal
atty ^0.2.14
normal
flume ^0.10.14
normal
itertools ^0.10.5
normal
rquickjs ^0.1.7
normal
serde ^1.0.152
normal
serde_json ^1.0.91
normal
snafu ^0.7.4
normal
tokio ^1.24.1
normal
tracing ^0.1.37
normal
anyhow ^1.0.68
dev
tracing-subscriber ^0.3.16
dev
Versions
0.1.4
(2023-01-24)
0.1.3
(2023-01-22)
0.1.2
(2023-01-21)
0.1.1
(2023-01-21)
Owners
Easy Quick JS
This crate provides a simple way to embed quickjs into your rust project.
Usage
TBD