Docs.rs
dev-fixtures-0.9.1
dev-fixtures 0.9.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jamesgober
Dependencies
dev-report ^0.9
normal
tempfile ^3
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module json_array
dev_
fixtures
0.9.1
Module json_
array
Module Items
Functions
In dev_
fixtures::
mock
dev_fixtures
::
mock
Module
json_
array
Copy item path
Source
Expand description
Module containing JSON array generation.
Functions
ยง
generate
Generate a JSON array of
count
elements. Each element is produced by
element_factory(rng)
and embedded verbatim in the array (the factory MUST return valid JSON).