docs.rs failed to build expect-json-1.6.0
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:
expect-json-1.8.1
This is still a work in progress. Come back later when more is done!
Declare your expectations in your Json:
use expect;
server
.post
.await
.assert_json;
Supports
expect.contains("a string")expect.contains([1, "2", 3.3, true, false, {}])