docs.rs failed to build phf_macros-0.7.3
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:
phf_macros-0.11.3
Compiler plugin defining macros that create PHF data structures.
Example
extern crate phf;
static KEYWORDS: Map = phf_map! ;
#