☰
cargo
1.75.0-dev
In cargo::util::toml::targets
Constants
DEFAULT_BENCH_DIR_NAME
DEFAULT_BIN_DIR_NAME
DEFAULT_EXAMPLE_DIR_NAME
DEFAULT_TEST_DIR_NAME
Functions
clean_benches
clean_bins
clean_examples
clean_lib
clean_targets
clean_targets_with_legacy_path
clean_tests
configure
infer_any
infer_file
infer_from_directory
infer_subdirectory
inferred_bins
inferred_lib
inferred_to_toml_targets
is_not_dotfile
target_path
target_path_not_found_error_message
targets
toml_targets_and_inferred
validate_target_name
validate_unique_names
?
Function
cargo
::
util
::
toml
::
targets
::
infer_any
source
·
[
−
]
fn infer_any(entry: &
DirEntry
) ->
Option
<(
String
,
PathBuf
)>