docs.rs failed to build constructor-macro-0.4.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:
constructor-macro-0.3.0
constructor-macro
Cargo.toml
[]
= "0.4"
Example
Rust 2018
use ConstructorMacro;
Rust 2015
extern crate constructor_macro;
...