docs.rs failed to build json_macros-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.
json_macros
[]
(https://travis-ci.org/tomjakubowski/json_macros)
Construct JSON objects in Rust from JSON-like literals.
Dependency
Add to your Cargo.toml
:
[]
= "https://github.com/tomjakubowski/json_macros"
Or, from the registry:
[]
# ...
= "*"
You'll also need to link with the rustc-serialize
crate, where the Rust
JSON types live.
Example
extern crate "rustc-serialize" as rustc_serialize;