docs.rs failed to build mquickjs-sys-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
mquickjs-sys
Low-level, unsafe Rust bindings to the MicroQuickJS engine.
Most users should prefer the safe wrapper crate: mquickjs-rs.
Installation
Or in Cargo.toml:
= "0.2.0"
Notes
- Requires a C compiler supported by the
cccrate. - The engine runs in a stricter ES5-like mode. See
../../mquickjs/README.mdfor engine limitations.
License
MIT