docs.rs failed to build easy-plugin-0.11.8
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:
easy-plugin-0.11.7
easy-plugin
A compiler plugin that makes it easier to write compiler plugins.
Released under the Apache License 2.0.
Supported Configurations
- Nightly Rust channel (Documentation)
- Stable and beta Rust channels (Documentation)
By default, easy-plugin expects to be compiled by a nightly Rust compiler. easy-plugin is also
supported on the stable and beta channels of Rust with
syntex. To enable this support, enable the stable Cargo
feature.
Note: If the syntex crate is not in sync with the latest nightly, you may not be able to use
the latest version of this crate on the stable or beta Rust channels.
Example
The following usage of easy_plugin! defines a plugin which accepts key-value pairs.
easy_plugin!