Functionsยง
- collect_
all_ targets - collect_
binaries - Runs
cargo run --bin(without specifying a binary name) so that Cargo prints an error with a list of available binary targets. Then parses that list to return a vector of Example instances, using the provided prefix. - collect_
examples - Runs
cargo run --exampleso that Cargo lists available examples, then parses the stderr output to return a vector of Example instances. - collect_
samples