docs.rs failed to build rhai-env-0.1.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.
Visit the last successful build:
rhai-env-0.1.2
About rhai-env
This crate provides inspection and manipulation utilties of the process's environment for the Rhai scripting language.
This crate is heavily inspired by rhai-fs.
Usage
Cargo.toml
[]
= "0.1.0"
Rhai script
let foo = ;
;
Rust source
use ;
use Package;
use EnvironmentPackage;
Features
| Feature | Default | Description |
|---|---|---|
no_index |
disabled | Enables support for no_index builds of Rhai |
sync |
disabled | Enables support for sync builds of Rhai |
metadata |
disabled | Enables support for generating package documentation |