docs.rs failed to build everything-plugin-0.2.1
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:
everything-plugin-0.1.0
everything-plugin
Rust binding for Everything's plugin SDK.
Features:
- Load and save config with Serde
- Make options pages GUI using Winio in MVU (Elm) architecture
- Log with tracing
Example:
plugin_main!;
Build
Static CRT
.cargo/config.toml
:
[]
= ["-C", "target-feature=+crt-static"]
Increase build size by ~100 KiB.
Debugging
-
.\Everything64.exe -debug
Unlike
-debug
,-debug-log
doesn't work with stdout/stderr outputs.